blankensteiner commented on issue #7: URL: https://github.com/apache/pulsar-dotpulsar/issues/7#issuecomment-3528533589
Hi @caoyang1024 Sorry for the delay. In regards to 'BatchingMaxBytesPerBatch', I think the default should be whatever the broker tells the client that the max size is when connecting (making it nullable). We also need to handle a possible issue of the user specifying a max bytes which is higher than what the broker allows. I guess an acceptable solution is to ignore the users input and use the max from the broker. The 'BatchingMode', is that something supported by the other clients? I have some comments on the other stuff, but mainly performance-related and I don't want to do premature optimization :-) -- 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]
