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

Provide a YAML parser to initialize a streamiz instance #226

Open
LGouellec opened this issue Jan 6, 2023 · 0 comments
Open

Provide a YAML parser to initialize a streamiz instance #226

LGouellec opened this issue Jan 6, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@LGouellec
Copy link
Owner

Description

For now, the configuration is passed by a StreamConfig instance.

The aim of this issue is to provide a YAML parser to parse a yaml file and get a StreamConfig instance directly.
This parser must also take into account the environment variables (with priority maybe)

# Streamiz property
stream:
  bootstrap.servers: "localhost:9092"
  application.id: "test-app"
# Client property for instance (sasl.username, sasl.password, etc ...)
client:
# Consumer property for instance (auto.offset.reset, ...)
consumer:
# Producer property for instance (acks, ...)
producer:
@LGouellec LGouellec added the enhancement New feature or request label Jan 6, 2023
@LGouellec LGouellec added the good first issue Good for newcomers label Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant