Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pass-through properties for Kafka Streams and Kafka Producer #376

Merged
merged 1 commit into from
Oct 21, 2023

Commits on Oct 20, 2023

  1. Support pass-through properties for Kafka Streams and Kafka Producer

    Additional properties beyond those defined in `ConfigKey` can be provided using the `alpine.kafka.streams.` / `ALPINE_KAFKA_STREAMS_` and `alpine.kafka.producer.` / `ALPINE_KAFKA_PRODUCER_` prefixes.
    
    For example, `ALPINE_KAFKA_STREAMS_PRODUCER_LINGER_MS=666` sets the `linger.ms` property of the embedded producer in Kafka Streams to `666`.
    
    Closes DependencyTrack/hyades#656
    
    Signed-off-by: nscuro <[email protected]>
    nscuro committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    5b70548 View commit details
    Browse the repository at this point in the history