-
Now that we have better nomenclature for integrations we should change the repo layout to match the product. We should have src/Integrations folder but within it we have a few options:
1. Make all of…
-
Terraform [docs](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/resources/confluent_kafka_topic) say the below topic properties are supported for updates
```
message.time…
-
Description
===========
Team,
This is regarding a crash issue we are facing with confluent Kafka go SDK. Basically, we use GO “github.com/confluentinc/confluent-kafka-go/v2/kafka" SDK to connect to…
-
I would like to reduce memory consumtion by kafka for local development
I've tried setting like that:
```yaml
kafka:
image: confluentinc/confluent-local
ports: ["9092:9092"]
env…
-
I ran a test sending and receiving 1000 messages individually (no batching) using the KafkaJS library, and then ran the same test using the Confluent library (following the migration instructions).
…
-
**Is your feature request related to a problem? Please describe.**
We would like to integrate TBMQ with our own Kafka setup. Our Kafka brokers require SASL authentication, which means we have to set …
-
When only enabling encryption, following docs: https://docs.confluent.io/current/kafka/encryption.html#brokers, ssl.client.auth is not required, ie. none.
But truststore variables are set only when…
-
Hello i am looking some example in the spec version 3.0 about using different avro schemas for key and value.
both schemas live in confluent schema registry .
How to specify a message key and val…
-
**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 ENU
2. Install VS 17.12 PR VAL
3. Install Aspire 9.0 GA
4. Apply Aspire 9.0 latest feed
5. Install Docker/Podman Desktop
**REPRO STEPS**
1. New Pro…
-
Hello,
I was wondering if its possible to configure kash to use SASL handshake v1, when using SASL SSL for auth. I believe kash currently support only V0.
p.s. love the tool!