Re: SSLAuthentication Exception JMX

2019-12-04 Thread Colin McCabe
Hi Tyler, One way to find the metrics exported by Kafka is to use a tool like jconsole. best, Colin On Wed, Dec 4, 2019, at 13:30, Tyler Lubeck wrote: > Wow, thank you. That covers everything I need. If I can take up a bit more > of your time, can you tell me how you found that? > > Thanks, >

Re: SSLAuthentication Exception JMX

2019-12-04 Thread Tyler Lubeck
Wow, thank you. That covers everything I need. If I can take up a bit more of your time, can you tell me how you found that? Thanks, Tyler Lubeck (813) 469 - 1499 www.TylerLubeck.com www.linkedin.com/in/tylerlubeck/ On Tue, Dec 3, 2019 at 3:57 AM Rajini Sivaram wr

Re: SSLAuthentication Exception JMX

2019-12-03 Thread Rajini Sivaram
Hi Tyler, We have metrics in Selector for successful and failed authentication. On the broker side, we have mbeans ` kafka.server:type=socket-server-metrics,listener=,networkProcessor=` These have attributes failed-authentication-rate, failed-authentication-total etc. There are similar metrics on

SSLAuthentication Exception JMX

2019-12-02 Thread Tyler Lubeck
Hi! I ran into an issue over the weekend where our automated system updated some of our brokers with a certificate signed by a new certificate authority but didn't update the truststore on the other brokers. I've dumped the stacktrace in a gist