-
Description
===========
[Documentation](https://www.confluent.io/blog/multiple-event-types-in-the-same-kafka-topic/)
I’m encountering an issue with referencing a schema using $ref. Despite follow…
-
Kafka protocol "listNodes" checks if a Kafka cluster has the expected number of brokers - it is used as a healthcheck by all Confluent docker containers.
For example:
/etc/confluent/docker/ensure …
-
### Describe the bug
1. git clone https://github.com/apache/kafka.git
2. cd kakfa
3. code . //code is Visual Studio Code
4. install Metals (Visual Studio Code Extension)
5. open Timer.scala
…
-
1. Run kafka using docker compose:
```
curl --silent --output docker-compose.yml \
https://raw.githubusercontent.com/confluentinc/cp-all-in-one/7.3.3-post/cp-all-in-one/docker-compose.yml
```…
-
### Short description
When using the kafka-avro-serializer deserializers in your Kafka Consumer any `SerializationException` are raised internally to the client and there's no convenient way for an…
seglo updated
4 years ago
-
This issue might live with Quarkus or Graalvm, but I thought I'd start here.
I'm using Oauth authentication (kafka-oauth-client 0.7.1) with KafkaStreams on Quarkus (0.13.0) and the io.strimzi.kafka…
-
-
### Describe the bug
The Dev UI for Kafka Streams shows no / an empty topology when the source topic uses a `Pattern` instead of static names.
```java
package org.acme.consumer;
import org.apa…
-
It would be useful to see in `SHOW STREAMS` additional runtime information - basically everything that's in the "local runtime statistics" of `DESCRIBE EXTENDED`.
```
ksql> SHOW STREAMS;
Stre…
rmoff updated
3 years ago
-
I am using 0.11.0 streams
I have 3 nodes running kafka cluster of 3 broker
and i am running the 3 kafka stream with same application.id
each node has one broker one kafka stream application…