easyfan commented on issue #4569: C++ client producer sendAsync() method will be blocked forever, if enough batched messages sent timeout. URL: https://github.com/apache/pulsar/issues/4569#issuecomment-507651098 A weird Unit test issue encountered... ====================================================================== FAIL: test_publish_compact_and_consume (__main__.PulsarTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "pulsar_test.py", line 641, in test_publish_compact_and_consume self.assertEqual(msg0.data(), b'hello-1') AssertionError: 'hello-0' != 'hello-1' ---------------------------------------------------------------------- From the code, seems the case is something about the consumer configuration: "reading compact". Very strange.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services