Pulsar Summit Asia 2020 CFP and registration are now open

2020-09-02 Thread Jinfeng Huang
Dear Pulsar community, We're excited to tell that the first-ever *Pulsar Summit Asia 2020* will be held on *November 28-29, 2020*. The two-day conference will be free to attend! Are you interested in presenting? Suggested topics include Pulsar use cases, operations, technology deep dive, and ecosys

[Pulsar Community Weekly Update] 2020-08-22 ~ 2020-08-28

2020-09-02 Thread Huanli Meng
Dear Pulsar enthusiast, This is the Pulsar community weekly update for 2020-08-22 ~ 2020-08-28, with updates on Pulsar clients, brokers, and so on. This Pulsar community weekly update is also available at https://streamnative.io/weekly/2020/2020-08/2020-08-28-pulsar-weekly. *All Pulsar community

[GitHub] [pulsar-dotpulsar] lee-chrisbell closed issue #51: SetupChannel exceptions

2020-09-02 Thread GitBox
lee-chrisbell closed issue #51: URL: https://github.com/apache/pulsar-dotpulsar/issues/51 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [pulsar-dotpulsar] blankensteiner merged pull request #52: Eat errors in SetupChannel

2020-09-02 Thread GitBox
blankensteiner merged pull request #52: URL: https://github.com/apache/pulsar-dotpulsar/pull/52 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [pulsar-dotpulsar] lee-chrisbell commented on a change in pull request #52: Eat errors in SetupChannel

2020-09-02 Thread GitBox
lee-chrisbell commented on a change in pull request #52: URL: https://github.com/apache/pulsar-dotpulsar/pull/52#discussion_r482066998 ## File path: src/DotPulsar/Internal/ConsumerProcess.cs ## @@ -84,8 +84,15 @@ protected override void CalculateState() private async

[GitHub] [pulsar-dotpulsar] blankensteiner commented on a change in pull request #52: Eat errors in SetupChannel

2020-09-02 Thread GitBox
blankensteiner commented on a change in pull request #52: URL: https://github.com/apache/pulsar-dotpulsar/pull/52#discussion_r482060380 ## File path: src/DotPulsar/Internal/ConsumerProcess.cs ## @@ -84,8 +84,15 @@ protected override void CalculateState() private asyn

[GitHub] [pulsar-dotpulsar] lee-chrisbell commented on issue #51: SetupChannel exceptions

2020-09-02 Thread GitBox
lee-chrisbell commented on issue #51: URL: https://github.com/apache/pulsar-dotpulsar/issues/51#issuecomment-685725565 I submitted a PR for the change. I removed the SetState call from my suggestion and changed the console output a bit. ---

[GitHub] [pulsar-dotpulsar] lee-chrisbell opened a new pull request #52: Eat errors in SetupChannel

2020-09-02 Thread GitBox
lee-chrisbell opened a new pull request #52: URL: https://github.com/apache/pulsar-dotpulsar/pull/52 Errors thrown in an async void method cannot be caught, resulting in application crashes in some cases. This is an automate

[GitHub] [pulsar-dotpulsar] lee-chrisbell commented on issue #51: SetupChannel exceptions

2020-09-02 Thread GitBox
lee-chrisbell commented on issue #51: URL: https://github.com/apache/pulsar-dotpulsar/issues/51#issuecomment-685720129 Ah I did not realize that. Yeah makes sense. This is an automated message from the Apache Git Service. To

Slack digest for #dev - 2020-09-02

2020-09-02 Thread Apache Pulsar Slack
2020-09-01 17:29:38 UTC - Enrico Olivelli: Hi, what is the magic word to trigger rerun of failed tests ? 2020-09-01 17:33:16 UTC - Rajan Dhabalia: ```/pulsarbot run-failure-checks``` 2020-09-02 03:07:59 UTC - ly_sffy: @ly_sffy has joined the c

[GitHub] [pulsar-dotpulsar] blankensteiner merged pull request #50: Fix checking MessageId against null throwing NRE

2020-09-02 Thread GitBox
blankensteiner merged pull request #50: URL: https://github.com/apache/pulsar-dotpulsar/pull/50 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #51: SetupChannel exceptions

2020-09-02 Thread GitBox
blankensteiner commented on issue #51: URL: https://github.com/apache/pulsar-dotpulsar/issues/51#issuecomment-685418292 Hi @lee-chrisbell Good point! The state should be set to 'faulted' elsewhere if _factory.Create throws an exception, so maybe just catch and ignore the exception?