BewareMyPower commented on issue #50: URL: https://github.com/apache/pulsar-client-cpp/issues/50#issuecomment-1289003038
As I've explained before, this feature has been implemented and protected by the [PartitionsUpdateTest.cc](https://github.com/apache/pulsar-client-cpp/blob/main/tests/PartitionsUpdateTest.cc). Could you point out which case does this test not cover? You can see https://github.com/apache/pulsar-client-cpp/blob/7bb6402bb15dbbf51d42cf8e54793d835db52a55/tests/PartitionsUpdateTest.cc#L37-L39 Reducing the interval to 1s can help detect the partitions change faster. The default interval is 120s (2 minutes). It could be better that you can show how to reproduce it and why the `PartitionsUpdateTest` doesn't cover the case. -- 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]
