Dominic Evans

Results 244 comments of Dominic Evans

@FedeDP there's nothing special in the rules really, they're simply copies of the samples for allowlisting outgoing connections to a range of port and IP combinations, with a tweaked output...

The CPU load issue should have been fixed by https://github.com/IBM/sarama/pull/2532 in [v1.41.0](https://github.com/IBM/sarama/releases/tag/v1.41.0) and newer

This was already resolved

To be clear on the terminology, this is a _set_ of messages, not a _batch_ of messages, and yes individual messages within this Set might fail and "later" ones might...

From the linked issue it looks like TLS connectivity to AWS MSK was fixed by including the full chain in the client cert pem for tls client authentication > Sorted...

@sayan1886 it's definitely high up on the agenda to get at least some of these useful consumer metrics implemented, but we just haven't gotten around to starting on it yet...

@VipulZopSmart did this help?

Thanks to @napallday we have a work-in-progress implementation of the incremental cooperate rebalance protocol. If you'd like to test out the changes they are available under PR https://github.com/IBM/sarama/pull/2608