kstream icon indicating copy to clipboard operation
kstream copied to clipboard

Apache Kafka Streams for Golang

Results 5 kstream issues
Sort by recently updated
recently updated
newest added

for loop has _config_ variable declared once but it is used more than once by reference. this causes the last value of all _configEntries_ to be used for all of...

Global Table sync gets stuck if the last message is a control record(https://kafka.apache.org/documentation/#controlbatch)

bug

When there is a filter process and filter func returns false, then other child streams in the parent's stream not running because filter process returns next = false.

bug

cannot send message on (github.com/tryfix/kstream/producer.(*saramaProducer).Produce) due to kafka server: The request attempted to perform an operation on an invalid topic. on func github.com/gorilla/mux.(*Router).ServeHTTP

good first issue