-
Hello, this is not an issue on the library, more of like asking for help because I have a slightly different code structure from the example codes and I can't seem to figure it out..
I am facing an…
-
Hello folks, I'm working for Michelin and we're using the Enterprise and OSS confluent platform.
We have one question, do you ever considered to extract the classes from https://github.com/confluen…
-
configuring `MockSchemaRegistryClient`
```
private SpecificAvroSerde makeAvroSerDe(Properties envProps) throws IOException, RestClientException {
// MockSchemaRegistryClient doesn't require c…
-
## Describe the bug
It is not possible to use KafkaStreams#setUncaughtExceptionHandler on the injected `KafkaStreams` instance because it is already started by the `KafkaStreamsProducer` managed by k…
-
### Summary of issue
When using multiple messages in single proto file together with `MockSchemaRegistryClient` getting `ClassCastException` (testing via `TopologyTestDriver`).
### Details
Below …
-
**Environment**
- Avro4s: v4.0.0
- KafkaStreams: v2.5.1
- Scala: v.2.13.2
**Code Sample**
```
//Kafka Key-Type: UUID
//Kafka Value-Type: Pattern
case class Pattern(regex:String)
[...]
…
-
Currently, the `jackdaw.test` namespace requires you to import `TopologyTestDriver` for `test-machine` to work, which in turn requires you to bring in the `org.apache.kafka/kafka-streams-test-utils` l…
-
I have a topic with events serialized in Avro and Schema Registry, so I'm using the SpecificAvroSerializer and SpecificAvroDeserializer serdes. But when I use the TopologyTestDriver, I encountered the…
-
Description
===========
I got "SchemaAvroSerDes is not initialized !" message after pipe a new avro message using the TopologyTestDriver. After checking the source code I saw that the `SchemaAvroSe…
-
there are caches for each internal store (Kafka-Streams internal stores) that have entries added to "dirtyKeys" set when deleting entries from stores. When flush occurs on a store with "dirtyKeys", a …