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/10/14 16:16:34 UTC

[GitHub] csantanapr edited a comment on issue #297: [Questions] Java based Kafka Producer to trigger OpenWhisk action

csantanapr edited a comment on issue #297: [Questions] Java based Kafka Producer to trigger OpenWhisk action
URL: https://github.com/apache/incubator-openwhisk-package-kafka/issues/297#issuecomment-429639533
 
 
   Yes is possible to use java for a kafka producer, you can use any kafka client there are many in other languages also. 
   The producer is independent from OpenWhisk. 
   Yes create the function/action in any language including java, then create the trigger and rule to the action usinbthe action feed like you have it. 
   
   For the producer side if you are getting started with kafka technology just focus on the value for now not the key. 
   

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