entvex opened a new pull request, #176: URL: https://github.com/apache/pulsar-dotpulsar/pull/176
# Description The Consumer and Reader didn't throw FaultedException in two scenarios where it should. Consumer 1: After the initial setup of the DotPulsar client where it can't connect to the cluster. Creating a consumer and using Receive didn't produce a ConsumerFaultedException as it should. 2: After the initial setup of the DotPulsar client where it can't connect to the cluster and is in a faulted state. Creating a consumer and using Receive didn't produce a ConsumerFaultedException as it should. Reader 1: After the initial setup of the DotPulsar client where it can't connect to the cluster. Creating a reader and using Receive didn't produce a ReaderFaultedException as it should. 2: After the initial setup of the DotPulsar client where it can't connect to the cluster and is in a faulted state. Creating a reader and using Receive didn't produce a ReaderFaultedException as it should. All the scenarios are fixed, and tests are written in ConsumerTests.cs ReaderTests.cs confirming the fix. # Regression Yes, before version 3.0.0 it worked. # Testing Added four new tests and confirmed that they all are green 🟢 -- 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 go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
