trellis-ldp / trellis

Trellis is a platform for building scalable Linked Data applications
https://www.trellisldp.org
Apache License 2.0
105 stars 21 forks source link

Add support for camel idempotent repository producer notifications #145

Closed christopher-johnson closed 6 years ago

christopher-johnson commented 6 years ago

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

@christopher-johnson would this issue be a better fit for the camel-ldp-recipes repository?

acoburn commented 6 years ago

Moved to https://github.com/trellis-ldp/camel-ldp-recipes/issues/5