Steven van Beelen

Results 319 comments of Steven van Beelen

An `EventBus` would very likely be a step to far in this scenario. Firstly, you need to deduce whether the Spring Cloud Stream API is a push or pull mechanism....

Good stuff @mehdichitforoosh! However, I'd like to suggest to focus on the `SubscribableMessageSource` and `StreamableMessageSource` interfaces in the framework than. Both message sources are the required inputs for respectivelky providing...

Thanks for your insights on this @mehdichitforoosh, and amazing to hear that Axon is the first Open Source project you are contributing too! Definitely an honor to us. What you...

Let me provide some background here @satvista13. Note that I have tried to be clear that the Spring Cloud Extension is meant for **Command Message Routing**. The PR which has...

@satvista13 it would be better suited to discuss a question like this on the [User Group](https://groups.google.com/forum/#!forum/axonframework) or to [contact](https://axoniq.io/#getInContact) us at AxonIQ regarding this. That way we can maintain focus...

No worries @mehdichitforoosh. Let's focus on pull request #5 to discuss this further instead of distributing the discussion over the issue and the PR.

If you go down this route, @Blackdread, make sure the provided serializer works as expected for **every** object the framework serializes and deserializes at any point in the code base....

I've adjusted the milestone to 0.3.0 instead of 0.2.0. The intent for this is the desire to release 0.2.0 of the Kotlin extension. We felt we couldn't wait much longer...

We have GHA in place to test, build and notify our own team of the progress. Added, it will create snapshots on every push to `master` or a bug fix...

For the time being, we have a release cadence which pulls [Framework](https://github.com/AxonFramework/AxonFramework/), [Server](https://axoniq.io/product-overview/axon-server) and all the extensions from one minor release to another at the same time. Thus, as soon...