Skip to content

Expose all properties in KafkaStreamsExecutionContext class #362

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ThomasCAI-mlv
Copy link
Collaborator

@ThomasCAI-mlv ThomasCAI-mlv commented Apr 16, 2025

This PR implements a kafkaProperties attribute in KafkaStreamsExecutionContext and makes the properties attribute in KafkaStreamsExecutionContext contain all the application properties, including kafka properties without the prefix "kafka.properties".

I didn't find a way to expose all properties (those which are not under kafka.properties) for Springboot. It even seems not recommended as the ConfigurationProperties annotation does not allow it: a valid prefix must contain at least one word.

@ThomasCAI-mlv ThomasCAI-mlv added the feature This issue adds a new feature label Apr 16, 2025
@ThomasCAI-mlv ThomasCAI-mlv self-assigned this Apr 16, 2025
@ThomasCAI-mlv ThomasCAI-mlv marked this pull request as ready for review April 22, 2025 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KafkaStreamsExecutionContext could expose all properties instead of only the ones under kafka.properties
1 participant