citrusframework / citrus-simulator

Standalone simulator for different messaging transports such as Http REST, SOAP WebService, JMS, RMI, mail messaging and more
Apache License 2.0
44 stars 45 forks source link

Simulator core: support for kafka topics #34

Open martinmaher opened 5 years ago

martinmaher commented 5 years ago

As a developer of simulator scenarios I would like to develop simulator scenarios that can interact with apache kafka so that scenarios can be triggered by a kafka message or can send messages to a kafka topic.

saifally commented 5 years ago

Hi, Is this under active development? More than happy to contribute to it.

svettwer commented 5 years ago

Hi!

Currently we're a little bit low on ressources concerning this project. The issue itself is not under active development by one of our devs. We highly appreciate every PR form the community. If you'd like to start contributing, our contribution guidelides may be worth a look. :+1:

BR, Sven

bbortt commented 1 year ago

we have actually implemented this for JMS queues, and plan to bring it into the v3 release (@tschlat). should be an easy adaption for Kafka, starting there.