Moshe Blumberg

Results 8 comments of Moshe Blumberg

https://github.com/wepay/kafka-connect-bigquery/pull/209

Hi @perezjasonr , you will need to pass your SSL config to the client side as outlined here https://github.com/edenhill/librdkafka/wiki/Using-SSL-with-librdkafka#configure-librdkafka-client in the example above: ``` cat

probably missing the `-n confluent` the command as it will default to the default namespace. To check pods: ``` kubectl -n confluent get pods ```

There are few issues with the config, it looks like you want to do a `SASL_SSL` First: `bootstrapEndpoint | string bootstrapEndpoint specifies the Kafka bootstrap endpoint.` https://docs.confluent.io/operator/current/co-api.html#tag/Connect You should pass...

I don't think we should be adding default configs to properties / YAML file. You wouldn't do it with other deployments. The addition makes the YAML file looks over bloated....

making the answer more public, we suggest that there is a hidden/return character in the initial text file, a good method to test is to run the create secret with...

Hi @MedAzizTousli , whilst this is indeed an error it's not a great indication of the issue. I suggest looking at the kubectl events to see if there are any...