Created 03-21-2017 12:10 PM
Hello,
I use a HandleHttpRequest to get a POST request with 2 parameters (kafkaHost and kafkaPort)
I can see my param in the attribute of the data (http.param.kafkaHost and http.param.kafkaPort)
I want to use them in a PublishKafka_0_10 to define kafka Brokers propertie (support expression language)
like this : Kafka Brokers = ${http.param.kafkaHost}:${http.param.kafkaPort}
It's doesn't works, my attributes aren't use (log file : bootstrap.servers = [:])
There is a solution ?
Created 03-21-2017 09:10 PM
@Sylvain Robert - This looks like a duplicate of :
Can you please resolve this. Thanks!
Created 03-21-2017 09:10 PM
@Sylvain Robert - This looks like a duplicate of :
Can you please resolve this. Thanks!
Created 03-22-2017 09:10 AM
oh yes ! sorry for that.