Skip to content

Several configurations in one file #1

@Arkweid

Description

@Arkweid

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 ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions