trellis-ldp / camel-ldp-recipes

A collection of LDP-based workflows for use with Apache Camel
Apache License 2.0
4 stars 0 forks source link

Add support for camel idempotent repository producer notifications #5

Closed acoburn closed 6 years ago

acoburn commented 6 years ago

Imported from https://github.com/trellis-ldp/trellis/issues/145

This is a feature request. I am interested in the idempotent repository provided with Camel Kafka. From what I gather, this seems to require a Camel Producer. A Trellis Camel Producer notification module could then just depend on camel components and not messaging service directly. The Kafka Idempotent Repository Producer would send messages to Kafka by using a context that used a registry bound to the KafkaIdempotentRepository bean. In theory, it should be possible to make a generic Camel Producer notification module that could work with any Idempotent Repository variant.

acoburn commented 6 years ago

Closing this here as this feature may be best for an external project.