[GitHub] [pulsar-client-node] Liapin commented on pull request #168: Branch 1.3

2021-08-10 Thread GitBox
Liapin commented on pull request #168: URL: https://github.com/apache/pulsar-client-node/pull/168#issuecomment-895863048 Hi @nkurihar. Yes, it would be great to have 1.3.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [pulsar-dotpulsar] PetterIsberg opened a new pull request #85: Add a watchdog to the connections

2021-08-10 Thread GitBox
PetterIsberg opened a new pull request #85: URL: https://github.com/apache/pulsar-dotpulsar/pull/85 To solve the issue were a consumer gets stuck trying to receive a message from the Pulsar server due to network drops, this PR adds a watchdog. The watchdog is disabled by default, but can

[GitHub] [pulsar-dotpulsar] PetterIsberg commented on issue #84: Recover after network disconnect

2021-08-10 Thread GitBox
PetterIsberg commented on issue #84: URL: https://github.com/apache/pulsar-dotpulsar/issues/84#issuecomment-895873906 I created an example solution of a watchdog as a Pull Request [https://github.com/apache/pulsar-dotpulsar/pull/85](https://github.com/apache/pulsar-dotpulsar/pull/85). Pl

[GitHub] [pulsar-dotpulsar] Flipbed commented on a change in pull request #85: Add a watchdog to the connections

2021-08-10 Thread GitBox
Flipbed commented on a change in pull request #85: URL: https://github.com/apache/pulsar-dotpulsar/pull/85#discussion_r685858165 ## File path: src/DotPulsar/Internal/Watchdog.cs ## @@ -0,0 +1,61 @@ +namespace DotPulsar.Internal +{ +using System; +using System.Collectio

[GitHub] [pulsar-dotpulsar] Flipbed commented on a change in pull request #85: Add a watchdog to the connections

2021-08-10 Thread GitBox
Flipbed commented on a change in pull request #85: URL: https://github.com/apache/pulsar-dotpulsar/pull/85#discussion_r685859578 ## File path: src/DotPulsar/Abstractions/IPulsarClientBuilder.cs ## @@ -52,6 +52,11 @@ public interface IPulsarClientBuilder /// I

[GitHub] [pulsar-dotpulsar] PetterIsberg commented on a change in pull request #85: Add a watchdog to the connections

2021-08-10 Thread GitBox
PetterIsberg commented on a change in pull request #85: URL: https://github.com/apache/pulsar-dotpulsar/pull/85#discussion_r685865186 ## File path: src/DotPulsar/Internal/Watchdog.cs ## @@ -0,0 +1,61 @@ +namespace DotPulsar.Internal +{ +using System; +using System.Coll

[GitHub] [pulsar-dotpulsar] PetterIsberg commented on a change in pull request #85: Add a watchdog to the connections

2021-08-10 Thread GitBox
PetterIsberg commented on a change in pull request #85: URL: https://github.com/apache/pulsar-dotpulsar/pull/85#discussion_r685868329 ## File path: src/DotPulsar/Internal/Watchdog.cs ## @@ -0,0 +1,61 @@ +namespace DotPulsar.Internal +{ +using System; +using System.Coll

[GitHub] [pulsar-dotpulsar] Flipbed commented on a change in pull request #85: Add a watchdog to the connections

2021-08-10 Thread GitBox
Flipbed commented on a change in pull request #85: URL: https://github.com/apache/pulsar-dotpulsar/pull/85#discussion_r685876970 ## File path: src/DotPulsar/Internal/Watchdog.cs ## @@ -0,0 +1,61 @@ +namespace DotPulsar.Internal +{ +using System; +using System.Collectio

[GitHub] [pulsar-client-node] nkurihar commented on pull request #168: Branch 1.3

2021-08-10 Thread GitBox
nkurihar commented on pull request #168: URL: https://github.com/apache/pulsar-client-node/pull/168#issuecomment-895940797 @Liapin Thank you for your reply. I guess the main reason for not 1.4.0 but 1.3.1 is the version of C++ Client, i.e., you need to upgrade the version from 2

[GitHub] [pulsar-client-node] nkurihar edited a comment on pull request #168: Branch 1.3

2021-08-10 Thread GitBox
nkurihar edited a comment on pull request #168: URL: https://github.com/apache/pulsar-client-node/pull/168#issuecomment-895940797 @Liapin Thank you for your reply. I guess the main reason why you prefer 1.3.1 to 1.4.0 is the version of C++ Client, i.e., you need to upgrade the v

[GitHub] [pulsar-client-node] nkurihar edited a comment on pull request #168: Branch 1.3

2021-08-10 Thread GitBox
nkurihar edited a comment on pull request #168: URL: https://github.com/apache/pulsar-client-node/pull/168#issuecomment-895940797 @Liapin Thank you for your reply. I guess the main reason why you prefer 1.3.1 to 1.4.0 is the version of C++ Client, i.e., you want to avoid upgradi

Re: [DISCUSS] PIP-91: Separate lookup timeout from operation timeout

2021-08-10 Thread Ivan Kelly
First change for this is up: https://github.com/apache/pulsar/pull/11627 On Tue, Aug 10, 2021 at 7:34 AM Enrico Olivelli wrote: > > +1 > looking forward to the implementation > > thanks > > Enrico > > Il giorno mar 10 ago 2021 alle ore 08:06 Yunze Xu > ha scritto: > > > +1 > > > > It makes sense

Re: [ANNOUNCE] New committer: Rui Fu

2021-08-10 Thread Yunze Xu
Congrats Rui! Thanks, Yunze

Re: [ANNOUNCE] New committer: Rui Fu

2021-08-10 Thread PengHui Li
Congrats Rui! Penghui On Aug 10, 2021, 8:43 PM +0800, Yunze Xu , wrote: > Congrats Rui! > > Thanks, > Yunze

Re: [ANNOUNCE] New committer: Rui Fu

2021-08-10 Thread Aloys Zhang
Congrats Rui! PengHui Li 于2021年8月10日周二 下午11:42写道: > Congrats Rui! > > Penghui > On Aug 10, 2021, 8:43 PM +0800, Yunze Xu , > wrote: > > Congrats Rui! > > > > Thanks, > > Yunze > -- Best, Aloys.

[ANNOUNCE] Apache Pulsar 2.7.3 released

2021-08-10 Thread 丛搏
The Apache Pulsar team is proud to announce Apache Pulsar version 2.7.3. Pulsar is a highly scalable, low latency messaging platform running on commodity hardware. It provides simple pub-sub semantics over topics, guaranteed at-least-once delivery of messages, automatic cursor management for subsc

[jira] [Resolved] (PULSAR-17) Pulsar website are not updated

2021-08-10 Thread Bo Cong (Jira)
[ https://issues.apache.org/jira/browse/PULSAR-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bo Cong resolved PULSAR-17. --- Resolution: Fixed > Pulsar website are not updated > -- > > Key: P

Re: [ANNOUNCE] New committer: Rui Fu

2021-08-10 Thread r...@apache.org
Congrats Rui! -- Thanks Xiaolong Ran Aloys Zhang 于2021年8月11日周三 上午1:44写道: > Congrats Rui! > > PengHui Li 于2021年8月10日周二 下午11:42写道: > > > Congrats Rui! > > > > Penghui > > On Aug 10, 2021, 8:43 PM +0800, Yunze Xu , > > wrote: > > > Congrats Rui! > > > > > > Thanks, > > > Yunze > > > > > -- > Best

Re: [ANNOUNCE] Apache Pulsar 2.7.3 released

2021-08-10 Thread r...@apache.org
Cool, thanks congbo -- Thanks Xiaolong Ran 丛搏 于2021年8月11日周三 上午9:10写道: > The Apache Pulsar team is proud to announce Apache Pulsar version 2.7.3. > > Pulsar is a highly scalable, low latency messaging platform running on > commodity hardware. It provides simple pub-sub semantics over topics, > g

Subscribe updates

2021-08-10 Thread Anonymitaet _
Hi Pulsar, I want to subscribe updates from us...@pulsar.apache.org and dev@pulsar.apache.org, could you please help? Thanks!

Re: [ANNOUNCE] Apache Pulsar 2.7.3 released

2021-08-10 Thread Yu Liu
Hi Congbo, Thanks for your great work! Hi all, The PR of the 2.7.3 announcement blog has been merged but not shown on the Pulsar website. Will keep you updated once it is available on the website. On Wed, Aug 11, 2021 at 11:21 AM r...@apache.org wrote: > Cool, thanks congbo > > -- > Thanks > Xi

Re: Subscribe updates

2021-08-10 Thread 雷志远
send any message and topic to users-subscr...@pulsar.apache.org and dev-subscr...@pulsar.apache.org and then follow the steps in reply message Anonymitaet _ 于2021年8月11日周三 下午12:13写道: > Hi Pulsar, > I want to subscribe updates from us...@pulsar.apache.org us...@pulsar.apache.org> and dev@pulsar.

Re: [ANNOUNCE] Apache Pulsar 2.7.3 released

2021-08-10 Thread Jinfeng Huang
Super excited to hear about it. Thank you very much for your efforts~ Best Regards, Jennifer On Wed, Aug 11, 2021 at 12:35 PM Yu Liu wrote: > Hi Congbo, > Thanks for your great work! > > Hi all, > The PR of the 2.7.3 announcement blog has been merged but not shown on the > Pulsar website. Will