spring-projects / spring-integration

Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP)
http://projects.spring.io/spring-integration/
Apache License 2.0
1.54k stars 1.1k forks source link

IgniteMetadataStore implementation of ConcurrentMetadataStore #9280

Open Hassen-BENNOUR opened 3 months ago

Hassen-BENNOUR commented 3 months ago

IgniteMetadataStore implementation of ConcurrentMetadataStore

ConcurrentMetadataStore implementation for Apache Ignite

Add support for Apache Ignite as a ConcurrentMetadataStore like HazelcastMetadataStore

Is there any plan or possibility to add support for Apache Ignite as a ConcurrentMetadataStore ?

Thanks

artembilan commented 3 months ago

I think this would be something like new module spring-integration-ignite. Sure, the IgniteMetadataStore could be as a first component in that module. We are opened for contribution: https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.adoc Thank you!