Mehdi Chitforoosh
Mehdi Chitforoosh
@itaybarnoy Thank you very much...
@smcvb Hi. Yes I'm interested in doing this but need help in reading the codes and integrate Axon API with Spring Cloud Stream.
@smcvb It seems we should start with implementing `EventBus` interface in `org.axonframework.eventhandling` package with Spring Cloud Stream API in **publish methods** and auto configure the SpringCloudStreamEventBus for avoiding creation of...
Spring Cloud Stream API is push and also a pull mechanism(Source,Sink and Process interfaces).It has `SubscribableChannel` for input messages and a `MessageChannel`for output messages from **Spring Messaging** package.It seems we...
Hi. @smcvb @abuijze There are classes with names `InboundEventMessageChannelAdapter` and `OutboundEventMessageChannelAdapter` in **Axon Spring** module based on **Spring Messaging** `MessageChannel` and `MessageHandler` interfaces. Spring Cloud Stream is based on Spring...
Hi. I don't have permission to push the code changes to **axon-springcloud-4.1.x** branch. I mistakenly created a new pull request.This is the first time i want to contribute in a...
Hi @smcvb . Sorry for the delay in replying. Yes,I want to complete this pull request. Please guide me what changes I need to make.
Hi @smcvb. Sorry for my late reply. Yes,I want to complete this PR. What changes should I make?
Ok dear Steven @smcvb Well, I will definitely do it and I will inform you in the next few days. Thanks.
dear @smcvb I added changes. What should I do for the next step?