Re: Expose Kafka Server Configuration

2016-08-03 Thread Daniel Schierbeck
This would be of value to me, as well. I'm currently not sure how to avoid having users of ruby-kafka produce messages that exceed that limit when using an async producer loop – I'd prefer to not allow such a message into the buffers at all rather than having to deal with it only when there's a bro

Expose Kafka Server Configuration

2016-08-02 Thread Chris Barlock
Does Kafka expose its server configuration in any way that I can get it programmatically? Specifically, I'm interested in knowing the message.max.bytes value. Chris