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 2018/02/22 09:53:53 UTC

[GitHub] markusthoemmes opened a new pull request #3325: Refactor Kafka clients for more generalized configuration reading.

markusthoemmes opened a new pull request #3325: Refactor Kafka clients for more generalized configuration reading.
URL: https://github.com/apache/incubator-openwhisk/pull/3325
 
 
   Kafka's clients rely on Properties for passing the configuration in. That's cumbersome to use in Scala so it's pushed to a central method now.
   
   Also using the implicit JavaConversions is discouraged (as it can be quite surprising). Exchanged that with the explicit JavaConverters.

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