cbickel opened a new pull request #3058: Fix Kafka values in WhiskConfig
URL: https://github.com/apache/incubator-openwhisk/pull/3058
 
 
   Kafka settings are not taken from the environment, because the Strings in 
WhiskConfig are wrong. This PR fixes this.
   
   Setting`retention.ms` value with ansible and printing the map:
   
   with master:
   `Map(retention.bytes -> 1073741824, retention.ms -> 3600000, 
replicationFactor -> 1, numPartitions -> 1, segment.bytes -> 536870912)`
   
   with this PR:
   `Map(retention.bytes -> 1073741824, retention.ms -> 300000, 
replicationFactor -> 1, numPartitions -> 1, segment.bytes -> 536870912)`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to