You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/05 10:48:08 UTC

[GitHub] cbickel opened a new pull request #3058: Fix Kafka values in WhiskConfig

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:
users@infra.apache.org


With regards,
Apache Git Services