-
`KafkaTopic` and `KafkaTopicDescriptor` work well as a base, and will work well for the pure Kafka Client extension. However, for Kafka Streams it would be beneficial if the type of the descriptor was…
-
In order for us (and others) to better understand what we're building here, we should have architecture diagrams.
Preferably there should be multiple "resolutions" from a high-level overview to in…
-
Similar to Consumer.committableExternalSource(), Consumer.committableSource() method should also share the KafkaConsumerActor. For reasons, if multiple streams are created in a single consumer applic…
-
Set it to it also creates Kafka Streams for categorizing commander cards. For instance, if the card produces mana, and it's not a land, classify it as a mana producing card. Etc.
-
Currently, KStreamS#transformValues only has support for ValueTransformer.
ValueTransformerWithKey support is needed.
-
Kafka_Streams_TensorFlow_Image_Recognition_Example use class static variables to pass information between foreach and mapValues steps.
So I expect rather interesting problems if executed with mul…
-
Currently we only allow a single `producerConf` for both Kafka Producers for the raw and bad output streams. This means we end up dynamically inferring things like `client.id` which are then set to `…
-
Support for sliding window aggregations has been added to Kafka Streams ([KIP-450](https://cwiki.apache.org/confluence/display/KAFKA/KIP-450%3A+Sliding+Window+Aggregations+in+the+DSL)), so we should i…
-
Hi,
As a user, i am testing samples from schema-registry-vanilla-kafka-binder-
Schema registry starts ok
```
[ec2-user@k8s-master tmp]$ java -jar schema-registry-server.jar
. ____ …
-
**Is your feature request related to a problem? Please describe.**
Currently, there's a small exclusion list of CLI client properties (specified in `--config-file`) which are intended only for client…