-
# Desired Behavior
Provide a way to define CloudEvents-compatible Streams
Refer - https://github.com/cloudevents/spec/blob/master/kafka-protocol-binding.md
# Benefits
* Provide a base temp…
-
It would be absolutely amazing if ksqldb could be smart enough to resolve Any types in protobuf schemas via the schema registry so long as the type url points to an already existing schema in the regi…
-
1) Cloned the git repo
2) mvn clean package
3) Copied the `amazon-kinesis-kafka-connecter-0.0.8-SNAPSHOT.jar` to JAVA_HOME/lib/ext
4) Made changes to worker.properties and kinesis-kafka-streams-con…
smj19 updated
3 years ago
-
I tried out the new `withRebalanceSafeCommits` feature and it has unexpected behavior:
1. Shutdown takes long time now. Result is that all partitions handled by the stopping application are stuck
…
-
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 `…
-
Push queries that generate a large output volume, or where clients are consuming the output slowly, cause the Kafka consumer to be evicted from the consumer group.
Internally, push queries take the…
-
I tried to start the connector with
```export CLASSPATH=/home/kafkacon/kafka_2.11-2.1.1/libs/guava-20.0.jar:/home/kafkacon/amazon-kinesis-kafka-connecter-0.0.9-SNAPSHOT.jar
./kafka_2.11-2.1.1/bin/c…
-
I'm using version 0.9.0. I can send message to queue successfully but i can not read message.
this method;
var managerConfig = new KafkaSimpleManagerConfiguration()
{
FetchSize = FetchSize,
…
-
loki version:2.6.1
promtail version : main release
we test promtail used as kafka consumer to loki, shows one promtail only to 4k/s speed(while use logstash can be 1w/s), promtail just can't imp…