contrib icon indicating copy to clipboard operation
contrib copied to clipboard

Use env variable on setting of kafka producer

Open Themesaul opened this issue 5 years ago • 1 comments

I am trying to put the list of brokers and topics from environment variable with "$env [KAFKA_BROKER_URLS]" and when I run it I get the following error:

Failed to create engine: unable to create stage 'github.com/project-flogo/contrib/activity/kafka' : BrokerUrl [=$env[KAFKA_BROKER_URLS]] format invalid for reason: [BrokerUrl must be composed of sections like "host:port"]

Themesaul avatar Jan 31 '20 10:01 Themesaul

How does your Broker_URLS look like?

skothari-tibco avatar Jan 31 '20 13:01 skothari-tibco