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
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