Yeva Byzek

Results 118 comments of Yeva Byzek

> > @sirianni can you please confirm whether you reviewed the PR or whether you validated the code (did you run the entire example)? > > I did not run...

@1123 thanks for the PR. 1. The examples in the `clients/cloud/` folder are for languages, not specifications. A better location may be to put this in `clients/` in a new...

@NeilBumford can you validate the credentials with something like the following (substitute your values): ``` curl -u : https:///subjects ```

`[]` should be a pass and indicates no subjects are defined. A fail would have resulted in some kind of more obvious auth error, e.g. ``` {"error_code":401,"message":"Unauthorized"} ```

@NeilBumford if this is for Springboot, the input configuration file should be of the syntax shown here: https://github.com/confluentinc/examples/blob/7.1.0-post/clients/docs/includes/configs/cloud/springboot-sr.config

Whatever the file is that is input to the application, and yes, in your case it looks like you've named it `java.config`

@sofiasedlova https://www.confluent.io/hub/ is a good place to explore connectors, and it's possible to filter on `Available in Confluent Cloud` for fully-managed connectors.

@vdesabou the current method for cluster reuse in docker playground is described [here](https://kafka-docker-playground.io/#/how-to-use?id=🌤%EF%B8%8F-confluent-cloud-examples), where the user has to export all this ENV parameters: ``` In case you want to use...

@SmithJohnTaylor I didn't encounter this error in my environment using `./consumer_ccsr.py`. @rspurgeon did you encounter this error in your environment (asking especially since you are working on https://github.com/confluentinc/examples/pull/657 )?