Chuck

Results 26 issues of Chuck

I wrote a python producer app that was consistently getting `Local: Queue full` errors (`BufferError`) and found [this code sample](https://github.com/confluentinc/confluent-kafka-python/issues/341#issuecomment-376067215) from Magnus (author of librdkafka) helpful: ```python for i in...

enhancement

I think a lot of folks come here to look for examples, and there is a kubernetes folder that shows a demo. That's great, but I think there should also...

I don't think it's commonly understood by new learners that using Schema Registry for keys is bad practice (see this internal confluent [slack convo](https://confluent.slack.com/archives/GALQHUBEG/p1598908733004000) ). For example, if you reorder...

There was a breaking syntax change when KSQL became ksqlDB where push queries are now specified with `EMIT CHANGES;` at the end. It seems there are several `.sql` files in...

I think the all-in-one should include a tools container for client code so that people can volume map their client code into the docker compose network and run it against...

Add overview video to cp demo docs

Quality of life update for gitpod: - names and descriptions for ports in gitpod port explorer

### Description _What behavior does this PR change, and why?_ Right now this is just a test to see if updating elastic stack to 8.1.2 will have performance benefits. ###...

Here is where users are added to groups: https://github.com/confluentinc/cp-demo/blob/6.2.1-post/scripts/security/ldap_users/20_group_add.ldif We need to use groups to showcase the power of RBAC. I would suggest two different groups, KafkaDevelopersA and KafkaDevelopersB, with...

enhancement

The education team has found that it's a very common use case to handle authentication over LDAP via the `LdapAuthenticateCallbackHandler`. This is especially true with RBAC configurations, since LDAP is...