Chuck

Results 18 comments of Chuck

I'll make a forum thread on this over in forum.confluent.io as well as raise an issue with our docs team. I'll keep you posted!

Made forum post: https://forum.confluent.io/t/partitioning-gotchas-dont-use-avro-json-or-protobuf-for-keys-and-be-aware-of-client-hashing-differences/2718 I also filed an issue with the docs team to be more opinionated about these things

@ybyzek I wasn't running code, but just browsing and noticed for example, https://github.com/confluentinc/examples/blob/5.5.1-post/clickstream/ksql/ksql-clickstream-demo/demo/statements.sql has no "EMIT CHANGES." I apologize if I'm missing something obvious. I tried searching if there is...

Same with Kafka. From my logs: ``` 2022-07-13 12:39:04.388267: I tensorflow_io/core/kernels/kafka_kernels.cc:879] Kafka configuration: sasl.password= ``` Perhaps I'll open a new issue

Now that I'm thinking of it, there's a lot of repetition with what already exists in CP Demo. What if instead of adding a new .gitpod.yml file here, we add...

Yes, exactly. I think it makes sense to centralize there because JMX is already part of CP demo instructions: - https://docs.confluent.io/platform/current/tutorials/cp-demo/docs/on-prem.html#jmx It makes sense to me to have cp demo...

1. Create a stream against a DLQ topic ```sql CREATE STREAM dlq_bigquery_1 ( key_col VARCHAR KEY, value_col VARCHAR, err_msg ARRAY HEADERS ) WITH ( WRAP_SINGLE_VALUE=false, kafka_topic = 'dlq-lcc-gqx2qn', value_format =...

## General comments - I actually like building up a local directory from scratch rather than git cloning at the beginning. Maybe though there should be a link to the...

Example: https://github.com/chuck-confluent/template-confluent-cli/tree/test#video-demonstration (just a super quick demo video, not polished at all!) cc @jdanielmyers

Staging URL: - http://staging-docs-independent.confluent.io.s3-website-us-west-2.amazonaws.com/docs-platform/PR/1978/7.2.1/tutorials/cp-demo/docs/overview.html