You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 propertystream:
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:
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: