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

Several configurations in one file #1

Open
Arkweid opened this issue Sep 29, 2021 · 0 comments
Open

Several configurations in one file #1

Arkweid opened this issue Sep 29, 2021 · 0 comments

Comments

@Arkweid
Copy link

Arkweid commented Sep 29, 2021

I would like to be able to create several configurations in .protokaf.yaml:
Something like that:

profiles:
  local:
    debug: true
    broker: 0.0.0.0:9092

  stage:
    debug: true
    broker: stage.host:9093
    kafka-auth-dsn: "SCRAM-SHA-256:admin:secret"

And using it that way:

$ protokaf consume HelloRequest -P stage ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant