Pulsar Go client library (work in progress)

2019-05-06 Thread Matteo Merli
Hi all, I have posted a first PR with the current WIP for the (native) Go client library. https://github.com/apache/pulsar-client-go/pull/1 This contains a working producer code with most features implemented. The idea would be to gather feedback and continue working on add consumer/reader supp

PIP 36: Max message size

2019-05-06 Thread Yong Zhang
hi all, Currently `MaxMessageSize` is hardcoded in Pulsar and it can’t be modified in server configuration. So there is no way when user want to modify the limit to transfer larger size message. Hence i propose adding a `MaxMessageSize` config in `broker.conf` to solve this problem. Because brok