extension-springcloud icon indicating copy to clipboard operation
extension-springcloud copied to clipboard

Axon Framework extension for Spring Cloud's Discovery mechanism integration to distribute Command messages.

Results 2 extension-springcloud issues
Sort by recently updated
recently updated
newest added

We can integrate Axon `EventBus` with Spring Integration and Spring Cloud Stream with these configurations. As a Message Producer: ``` @Bean public IntegrationFlow flow(EventBus eventBus) { return IntegrationFlows.from(new AxonInboundChannelAdapter(eventBus)) .channel(Source.OUTPUT)...

Type: Feature
Status: In Progress
Status: Information Required
Priority 3: Could

Hi. Can Axon framework provide publish events directly to Spring cloud stream? Or we should use spring-amqp in event-driven microservices based on Spring cloud? Thanx.

Type: Feature
Priority 3: Could