Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Implement Kafka Support for Legacy SOAP Services
#1
Hello everyone.

I'm exploring the integration of Kafka with legacy SOAP-based systems. Specifically, I need to consume XML payloads from incoming HTTP POST requests and stream them into Kafka topics for further processing. 

While Kafka Connect offers an HTTP Source Connector, it appears to be designed for polling APIs, not for listening to incoming HTTP POSTs. Has anyone implemented a solution where Kafka support is utilized to consume real-time SOAP messages via HTTP POSTs? 

If so, what approach did you take, custom connectors, middleware, or another method? 

Any insights or examples would be greatly appreciated.

(Yesterday, 07:26 PM)dobag Wrote: Hello everyone.

I'm exploring the integration of Kafka with legacy SOAP-based systems. Specifically, I need to consume XML payloads from incoming HTTP POST requests and stream them into Kafka topics for further processing. 

While Kafka Connect offers an HTTP Source Connector, it appears to be designed for polling APIs, not for listening to incoming HTTP POSTs. Has anyone implemented a solution where Kafka support is utilized to consume real-time SOAP messages via HTTP POSTs? 

If so, what approach did you take, custom connectors, middleware, or another method? 

Any insights or examples would be greatly appreciated.
thanks in advance for any help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)