Dominic Evans
Dominic Evans
@codyrehm so it _should_ be possible to maintain a ClusterAdmin client for the lifetime of your app and it will close and re-open connections as it needs to. However, from...
@kamelusz can you detail what your kerberos server setup is? MIT KDC or AD or something else? There are some limitations in terms of what encryption and checksum types are...
No worries, glad you got it working 👍🏻
@BTYHunter thanks for getting in touch. Looking over the config options that you've shared here, it looks like your Sarama client is configured to use TLS (`config.Net.TLS.Enable = true`) but...
Hmm that's odd, the error log around the connection being forcibly closed mid handshake attempt certainly seemed like a mistake to do with using TLS to connect to a non-TLS...
OK, is there more for us to do here or will you continue looking into networking issues on your systems?
Thanks for reporting this issue!
@yezhenli I'm not sure what you mean here? If there are 10 partitions and 10 active consumers in the group, then each will be assigned one partition from the group....
So from the displayed goroutine image it looks fairly normal. Your producer is writing to one or more topics totalling 2093 partitions. Sarama dedicates a parititionProducer to each partition. Each...
👋🏻 hi and thanks for raising this question > The above code should given an error because you're not supposed to be able to create two consumer groups with the...