Re: Apache Kafka project CLA requirement

2021-01-18 Thread Mich Talebzadeh
Hi Radoslava, I believe you can get your answers from here ASF Contributor Agreements (apache.org) specifically I refer you to this sentence and I quote: "The ASF desires that all contributors of ideas, code, or documentation to any

Re: Apache Kafka project CLA requirement

2021-01-18 Thread Radoslava Zheleva
Hello Team, May you please look at my question below and advise? Thanks, Radi From: Radoslava Zheleva Date: Thursday, January 14, 2021 at 4:33 PM To: "users@kafka.apache.org" Cc: Lauren Britton Subject: Apache Kafka project CLA requirement Hello Team, May you please advise if the Apache Ka

Re: [EXTERNAL] Unable to connect to SSL enabled kafka

2021-01-18 Thread Sachit Murarka
Hello, Getting follow error: UTC|TransportContext.java:345|Fatal (UNKNOWN_CA): Received fatal alert: unknown_ca ( 2021-01-18_14:41:22.26584 "throwable" : { 2021-01-18_14:41:22.26584 javax.net.ssl.SSLHandshakeException: Received fatal alert: unknown_ca Kind Regards, Sachit Murarka On Mon,

Re: [EXTERNAL] Unable to connect to SSL enabled kafka

2021-01-18 Thread Sachit Murarka
Thanks @Jose Manuel Vega Monroy for reply. I think some issue is there with CN name. I am actually doing it in docker. Kind Regards, Sachit Murarka On Mon, Jan 18, 2021 at 6:11 PM Jose Manuel Vega Monroy < jose.mon...@williamhill.com> wrote: > @Sachit > > > > You can use this in your client

Re: [EXTERNAL] Unable to connect to SSL enabled kafka

2021-01-18 Thread Jose Manuel Vega Monroy
@Sachit You can use this in your client to see details of SSL connection and handshake. -Djavax.net.debug=ssl,handshake Ensure your certificate is valid, signed and imported properly in your keystore, and having root CA certificate into your truststore. Additionally, review SSL config in your

Re: [EXTERNAL] Unable to connect to SSL enabled kafka

2021-01-18 Thread Sachit Murarka
Hey Jose, Used these sets of commands for SSL config. keytool -keystore client.truststore.jks -storepass pass -alias CARoot -import -file root.crt -noprompt keytool -keystore client.keystore.jks -storepass pass -alias client -validity 365 -keyalg RSA -genkey -keypass pass -dname "CN=client,OU=xy

Re: [EXTERNAL] Unable to connect to SSL enabled kafka

2021-01-18 Thread Jose Manuel Vega Monroy
@Sachit Review your SSL client config. Cheers, Jose Manuel Vega Monroy Java Developer / Software Developer Engineer in Test Direct: +0035 0 2008038 (Ext. 8038) Email: jose.mon...@williamhill.com William Hill | 6/1 Waterport Plac

Unable to connect to SSL enabled kafka

2021-01-18 Thread Sachit Murarka
Hey Users, I am getting the following error. Can anyone suggest? Error in attempt 3 getting Kafka offsets: org.apache.kafka.common.errors.SslAuthenticationException: SSL handshake failed Caused by: javax.net.ssl.SSLProtocolException: Unexpected handshake message: server_hello at sun.secur

kafka on k8s article

2021-01-18 Thread Fabio Pardi
Hi, all I wrote an article you might find interesting with some tips to run Kafka on Kubernetes. It is based on my experience and I hope it will help you avoiding some common problems you might find in the way https://portavita.github.io/2021-01-15-Kafka-on-K8s-caveats/ Comments and ideas