-
I implemented a kafka streams application. And by the confluent example created a shutdown hook for the gracefully shutdown.
```
final Topology topology = buildTopology();
KafkaS…
-
-
# Timeout service
## introduction
### Xray 1.0
As described by Xray 1.0 doc:
> The timeout service is used a scheduler by other services. Other services such as the Rule Engine and the Retry …
-
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…
-
Kafka-streams exposes a method for retrieving the current state: `org.apache.kafka.streams.KafkaStreams#state`.
We use this for implementing health-checks. If `state` is in `created, rebalancing or …
-
We're self hosting hive through kubernetes. In kubernetes each pod (container) can be restarted at any time.
The concept of 'depends_on:' as defined in the docker-compose doesnt exist within kuberne…
-
We should provide sources and sinks for Kafka connectivity. Not all users would like to go down the Kafka streams road.
-
### Description
Placeholder Feature Request for an upcoming PR.
This proposal is to bring support for common compression formats already implemented in Druid’s code base (zstd, gzip, etc) to Kin…
-
Hi
I'm a bit confused, but I'm also fairly new to the Kafka and Schema-registry.
We have made more consumers and producers to Kafka, using
"ConsumerConfig.VALUE_DESERIALIZER_CLASS_CONFIG, "org.apa…
-
This epic is about adding detailed documentation about:
- [ ] Amazon MSK
- [ ] Azure Service Hub
- [ ] Red Hat OpenShift Streams with Apache Kafka
- [ ] Confluent Cloud
The document should…