Re: [ANNOUNCE] Apache Pulsar Go Client 0.6.0 released

2021-07-25 Thread Dianjin Wang
Congratulations! Best, Dianjin Wang On Mon, Jul 26, 2021 at 11:02 AM r...@apache.org wrote: > The Apache Pulsar team is proud to announce Apache Pulsar Go Client version > 0.6.0. > > Pulsar is a highly scalable, low latency messaging platform running on > commodity hardware. It provides

Re: Moving questions from Slack to Stack Overflow

2021-07-25 Thread Jinfeng Huang
It's a good idea to move to Stack Overflow. Maybe we can recommend that everyone use the tag "apache-pulsar", which shows the full product name and avoids ambiguity; meanwhile, users might prefer to use hyphens, taking "apache-kafka" as reference. Besides, if users search "pulsar" or "apache

Re: Fix Debezium Connectors to pass integration test

2021-07-25 Thread r...@apache.org
Great Job, cool Neng!!! -- Thanks Xiaolong Ran Sijie Guo 于2021年7月24日周六 上午4:14写道: > Great finding! > > Thanks Neng for fixing the issue! > > - Sijie > > On Thu, Jul 22, 2021 at 6:24 PM Neng Lu wrote: > > > > Hi All, > > > > I spent some time digging into the debezium connector integration test

Re: Moving questions from Slack to Stack Overflow

2021-07-25 Thread r...@apache.org
Good ideas, we had the same idea before, but for some reason, we stagnated. It would be a very good job to reopen here. We already have a tag tracking related issues before, refer to: https://stackoverflow.com/questions/tagged/apache-pulsar. We can consider continuing to use this tag. -- Thanks

Re: [DISCUSS] Apache Pulsar 2.8.1 Release

2021-07-25 Thread r...@apache.org
+1 -- Thanks Xiaolong Ran PengHui Li 于2021年7月26日周一 上午8:47写道: > +1 > > Regards > Penghui > > On Sun, Jul 25, 2021 at 3:29 AM Enrico Olivelli > wrote: > > > +1 thanks > > > > Enrico > > > > Il Sab 24 Lug 2021, 16:29 Hang Chen ha scritto: > > > > > Hi all, > > > > > > I hope you've all been

[ANNOUNCE] Apache Pulsar Go Client 0.6.0 released

2021-07-25 Thread r...@apache.org
The Apache Pulsar team is proud to announce Apache Pulsar Go Client version 0.6.0. 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

Re: [VOTE] Pulsar Client Go Release 0.6.0 Candidate 1

2021-07-25 Thread r...@apache.org
Thanks for the validation. Close this vote with 3 +1(binding), 5 +1(non-binding), I will start the subsequent release work soon. -- Thanks Xiaolong Ran Rui Fu 于2021年7月26日周一 上午10:43写道: > +1 (non-binding) > > - verified checksum > - run producer and consumer > > Best, > > Rui > 在 2021年7月21日

Re: [VOTE] Pulsar Client Go Release 0.6.0 Candidate 1

2021-07-25 Thread Rui Fu
+1 (non-binding) - verified checksum - run producer and consumer Best, Rui 在 2021年7月21日 +0800 PM3:34,r...@apache.org ,写道: > Hi everyone, > > > Please review and vote on the release candidate #1 for the version 0.6.0, > as follows: > > [ ] +1, Approve the release > > [ ] -1, Do not approve the

[GitHub] [pulsar-dotpulsar] RobertIndie edited a comment on pull request #83: feat: #46 support nack delay and ack timeouts

2021-07-25 Thread GitBox
RobertIndie edited a comment on pull request #83: URL: https://github.com/apache/pulsar-dotpulsar/pull/83#issuecomment-886320738 > so I was a bit worried about the interactions with batching, so I've added two integration tests where I attempt to create a scenario where this functionality

[GitHub] [pulsar-dotpulsar] RobertIndie commented on pull request #83: feat: #46 support nack delay and ack timeouts

2021-07-25 Thread GitBox
RobertIndie commented on pull request #83: URL: https://github.com/apache/pulsar-dotpulsar/pull/83#issuecomment-886320738 > so I was a bit worried about the interactions with batching, so I've added two integration tests where I attempt to create a scenario where this functionality is

[GitHub] [pulsar-dotpulsar] RobertIndie commented on issue #82: How to create a new topic by dotpulsar?

2021-07-25 Thread GitBox
RobertIndie commented on issue #82: URL: https://github.com/apache/pulsar-dotpulsar/issues/82#issuecomment-886314806 You do not need to explicitly create topics in Pulsar. If a client attempts to write or receive messages to/from a topic that does not yet exist, Pulsar creates that topic

Re: [DISCUSS] Apache Pulsar 2.8.1 Release

2021-07-25 Thread PengHui Li
+1 Regards Penghui On Sun, Jul 25, 2021 at 3:29 AM Enrico Olivelli wrote: > +1 thanks > > Enrico > > Il Sab 24 Lug 2021, 16:29 Hang Chen ha scritto: > > > Hi all, > > > > I hope you've all been doing well. It has been more than one month since > we > > released the Apache Pulsar 2.8.0. We

RE: [VOTE] Pulsar Client Go Release 0.6.0 Candidate 1

2021-07-25 Thread Shusuke Tsuda
+1 (non-binding) - verify checksum - run produce and consume Thanks, Shusuke Tsuda -Original Message- From: r...@apache.org Sent: Wednesday, July 21, 2021 4:34 PM To: Dev Subject: [VOTE] Pulsar Client Go Release 0.6.0 Candidate 1 Hi everyone, Please review and vote on the release

Re: [VOTE] Pulsar Client Go Release 0.6.0 Candidate 1

2021-07-25 Thread Nozomi Kurihara
+1 - verified checksum - run producer/consumer Thanks, Nozomi 2021年7月24日(土) 5:13 Sijie Guo : > +1 > > - verified checksum > - run produce and consume > > On Thu, Jul 22, 2021 at 11:59 PM PengHui Li wrote: > > > > +1 > > > > - verified checksum > > - run produce and consume > > > > Thanks, > >

[GitHub] [pulsar-dotpulsar] dionjansen commented on pull request #83: feat: #46 support nack delay and ack timeouts

2021-07-25 Thread GitBox
dionjansen commented on pull request #83: URL: https://github.com/apache/pulsar-dotpulsar/pull/83#issuecomment-886188828 @blankensteiner so I was a bit worried about the interactions with batching, so I've added two integration tests where I attempt to create a scenario where this