Re: Kafka Connect REST connector with additional logging to kafka

2018-08-28 Thread Andrea Spina
Hello community, any hints on this, then? Thank you, Andrea On Thu, Aug 23, 2018, 16:15 Andrea Spina wrote: > Hi Andrew, > Thank you for your answer. Sadly I'm not allowed to add this module to my > technologies by now. > > 2018-08-23 16:00 GMT+02:00 Andrew Otto : > >> Hiya, this doesn’t help a

Re: Kafka Connect REST connector with additional logging to kafka

2018-08-23 Thread Andrea Spina
Hi Andrew, Thank you for your answer. Sadly I'm not allowed to add this module to my technologies by now. 2018-08-23 16:00 GMT+02:00 Andrew Otto : > Hiya, this doesn’t help answer your question, but as an FYI, Wikimedia has > implemented https://github.com/wikimedia/change-propagation to do what

Re: Kafka Connect REST connector with additional logging to kafka

2018-08-23 Thread Andrew Otto
Hiya, this doesn’t help answer your question, but as an FYI, Wikimedia has implemented https://github.com/wikimedia/change-propagation to do what you are trying to do: issue HTTP requests (and other things) triggered by incoming messages in Kafka. On Thu, Aug 23, 2018 at 9:45 AM Andrea Spina wrot

Kafka Connect REST connector with additional logging to kafka

2018-08-23 Thread Andrea Spina
Dear community, I'd figure out a kafka connect HTTP/REST sink connector X capable of achieving PUT actions on an external web service A. I saw some side projects already implementing something similar [1]. In addition to this feature, I'd like to log to kafka the answers returning by A so that I c