-
`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…
-
## Checklist
- [x] I have included information about relevant versions
- [x] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
-run multi…
-
Hello,
I'm new to this topic and I'm trying to learn something about kafka streams. First of all thank a lot for the nice library, well explained in the related youtube video.
I'm trying to repl…
-
**Is your feature request related to a problem? Please describe.**
In case of ETL streaming
Kafka topic -> Google pub/sub topic -> Google pub/sub subscription -> BigQuery table
Lineage connectivi…
-
Add option to close the consumer when it is unable to connect to the broker. This should be configurable i.e. after some timeout and/or after x amount of retries.
egast updated
4 weeks ago
-
from @dragontree101
my zipkin-server is 1.16 and change zipkin-ui in 0.0.1
i use new zipkin-ui, but has error, i need change some ui-config?
i use config is
```
environment=
KAFKA_ZOOKEEPE…
-
Messaging systems often provide the backbone to event driven architectures, so we should support the IBM messaging services in Node-RED, as Node-RED works particularly well in event driven scenarios.…
-
## Checklist
- [x] I have included information about relevant versions
- [x] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
Kafka topi…
-
Hello, I am using `runStreams` in my [tests](https://github.com/jacobBaumbach/kafka-stream-session-example/blob/master/src/test/scala/exampleSpec.scala) to see whether my KTable is accurately tracking…
-
Hi @kevinbader,
Have you considered supporting RSocket (http://rsocket.io/) and thereby Reactive Streams (http://www.reactive-streams.org/)?
This will allow clients to deal with the connectivity…