streams-bootstrap icon indicating copy to clipboard operation
streams-bootstrap copied to clipboard

Utility functions and base classes for Kafka Streams applications

Results 45 streams-bootstrap issues
Sort by recently updated
recently updated
newest added

In the definition of `KafkaStreamsApplication`, the default [value](https://github.com/bakdata/streams-bootstrap/blob/master/src/main/java/com/bakdata/kafka/KafkaStreamsApplication.java#L90) of `productive` is true, as consequence the default amount of replication is 3.

https://github.com/helm/chart-releaser

https://strimzi.io/docs/operators/latest/configuring.html#type-KafkaTopic-reference

Currently we are using a config map that exposes (encrypted) passwords https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#create-a-pod-that-has-access-to-the-secret-data-through-a-volume

https://helm.sh/docs/chart_template_guide/notes_files/

KEDA supports configuring HPAs, e.g. to modify the scaling behavior (see https://keda.sh/docs/2.1/concepts/scaling-deployments/#scaledobject-spec)

enhancement

https://blog.softwaremill.com/whats-the-proper-kubernetes-health-check-for-a-kafka-streams-application-c9c00a112581 Idea: Create health check class as described in https://github.com/kijanowski/kafka-streams-health-check and have an optional livenessProbe ~~~ livenessProbe: enabled: true initalDelaySeconds: 5 ... ~~~