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

Feature/data provider as dependency #17

Merged
merged 2 commits into from
Apr 5, 2022

Conversation

Klungerbo
Copy link
Collaborator

No description provided.

@Klungerbo Klungerbo added the enhancement New feature or request label Apr 5, 2022
private void createConsumer() throws IOException {
Properties props = FileUtils.loadConfigFromFile("consumerconfig.properties");
private void createConsumer() {
Properties props = FileUtils.loadPropertiesFromFile("consumerconfig.properties");

String host = System.getenv().getOrDefault("KAFKA_BROKER_URL",
props.getProperty("kafka.url", "127.0.0.1")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we do something similar here to what we have done with the producer? Might be out of scope for this commit

@larsramberg larsramberg merged commit 5aa2fc9 into develop Apr 5, 2022
@larsramberg larsramberg deleted the feature/data_provider_as_dependency branch April 5, 2022 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants