The AxonServer Connector for .NET serves the purpose of connecting CLR based application to AxonServer.
As such it aims to provide a clean and clear solution that ties into the AxonServer API, which is written in ProtoBuf. It would thus allow a straightforward connection with AxonServer.
For more information on anything Axon, please visit our website, http://axoniq.io.
Are you having trouble using this connector? We'd like to help you out the best we can! There are a couple of things to consider when you're traversing anything Axon:
- There is a forum to support you in the case the reference guide did not sufficiently answer your question. Axon Framework and Server developers will help out on a best effort basis. Know that any support from contributors on posted question is very much appreciated on the forum.
- Next to the forum we also monitor Stack Overflow for any questions which are tagged with
axon
.
We use GitHub's issue tracking system for new feature request, enhancements and bugs. Prior to filing an issue, please verify that it's not already reported by someone else.
When filing bugs:
- A description of your setup and what's happening helps us to figure out what the issue might be
- Do not forget to provide the framework version you're using
- If possible, share a stack trace, using the Markdown semantic ```
When filing features:
- A description of the envisioned addition or enhancement should be provided
- (Pseudo-)Code snippets showing what it might look like help us understand your suggestion better
- If you have any thoughts on where to plug this into the connector, that would be very helpful too
- Lastly, we value contributions to the connector highly. So please provide a Pull Request as well!