Matteo Merli

Results 70 comments of Matteo Merli

@BewareMyPower I removed the binary files

@horizonzy that is indeed a very good point. In general it was deemed to be ok to allow reordering of requests, though for sequenced keys we must be very precise....

@jayshrivastava Yes, you're right, it would be really good to take those contexts (and use them). The main difficulty, as in #1165, is how to do that without breaking compatibility....

> I guess, it's better to keep jdk-11 support for sometime as some legacy systems are still running old bookkeeper version, and upgrading bookie is also upgrades rocksDB version where...

C++ client support passing the schema information though not the serialization/deserialization of objects. This would have to be done in Node, using the language specific approach.

@mattsre The `use_tls` is indeed deprecated setting. In early client version, it was actually requiring to use both `pulsar+ssl` as well as `use_tls`. Later on, the flag was made redundant...

I would print the content of `PULSAR_ENABLED` and `PULSAR_ENV` in your code, since both of them need to be "true" for the producer to be initialized.

Then the other explanation would be that the IP of your VM in AWS is not reachable. You can also enable debug logging with, configuring the log level in the...

try enabling debug logs, it should give more clarity of where it gets stuck

I took a look at the test and the issue is that by the time the consumer has acknowledged all the messages there is still no valid snapshot, therefore we...