Yeva Byzek

Results 118 comments of Yeva Byzek

Update: I can reproduce this, and here is the fix: ``` - if line[0] != "#" and len(line) != 0: + if len(line) != 0 and line[0] != "#": ```...

Per Slack, instead of doing this PR, the fix could be to `use` the Kafka cluster ID identified

@bleporini in my environment, the script works without this PR, so I'm curious what's different when run in your environment?

@chuck-confluent agree, and even more so, perhaps https://github.com/confluentinc/examples/tree/7.0.1-post/kubernetes should be deprecated entirely because it uses older version of Confluent Operator. Would be great to get PM input on this (@amitkgupta...

@andybryant please double-check the discrepancy: the code could be wrong or the docs page could be wrong, and in this case, I think it might be the latter? If you...

Please see https://docs.confluent.io/platform/current/security/basic-auth.html#schema-registry This suggests a docs bug with https://docs.confluent.io/cloud/current/cp-component/auto-generate-configs.html

@avoguru can you please confirm that this PR works in your environment?

@avoguru can you please elaborate on improvement needed in the installation process? The source doc lives in this repo, so it could optionally be fixed in this PR as well....

@MichaelHussey IIRC the idea is that the user can modify https://github.com/confluentinc/examples/blob/6.2.0-post/cloud-etl/config/demo.cfg#L29 to set it to the desired region. Have you tried doing that? Update: after looking at https://github.com/confluentinc/examples/pull/1028, I think...

@GEETAREDDYK looks like the brokers are down. Please check for error messages in the broker logs (e.g. `docker-compose logs broker-dc1`).