{"id":18706332,"url":"https://github.com/axonframework/extension-jgroups","last_synced_at":"2025-06-29T01:35:20.885Z","repository":{"id":38815617,"uuid":"153308628","full_name":"AxonFramework/extension-jgroups","owner":"AxonFramework","description":"Axon Framework extension for JGroups integration to distribute Command messages.","archived":false,"fork":false,"pushed_at":"2024-04-08T09:50:29.000Z","size":725,"stargazers_count":7,"open_issues_count":1,"forks_count":6,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-04-08T10:50:52.869Z","etag":null,"topics":["axon-framework","jgroups","messaging"],"latest_commit_sha":null,"homepage":"https://axoniq.io/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AxonFramework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-10-16T15:24:16.000Z","updated_at":"2024-07-26T12:21:40.575Z","dependencies_parsed_at":"2023-10-19T17:28:50.914Z","dependency_job_id":"bb5ad66f-226e-46c0-a0d6-59e09c1f14a3","html_url":"https://github.com/AxonFramework/extension-jgroups","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-jgroups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-jgroups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-jgroups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxonFramework%2Fextension-jgroups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AxonFramework","download_url":"https://codeload.github.com/AxonFramework/extension-jgroups/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550633,"owners_count":21122937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axon-framework","jgroups","messaging"],"created_at":"2024-11-07T12:13:50.489Z","updated_at":"2025-04-12T10:21:26.624Z","avatar_url":"https://github.com/AxonFramework.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Axon Framework - JGroups Extension\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.axonframework.extensions.jgroups/axon-jgroups/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.axonframework.extensions.jgroups/axon-jgroups/)\n![Build Status](https://github.com/AxonFramework/extension-jgroups/workflows/JGroups%20Extension/badge.svg?branch=master)\n[![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=AxonFramework_extension-jgroups\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=AxonFramework_extension-jgroups)\n\nAxon Framework is a framework for building evolutionary, event-driven microservice systems,\n based on the principles of Domain Driven Design, Command-Query Responsibility Segregation (CQRS) and Event Sourcing.\n\nAs such it provides you the necessary building blocks to follow these principles. \nBuilding blocks like Aggregate factories and Repositories, Command, Event and Query Buses and an Event Store.\nThe framework provides sensible defaults for all of these components out of the box.\n\nThis set up helps you create a well structured application without having to bother with the infrastructure.\nThe main focus can thus become your business functionality.\n\nThis repository provides an extension to the Axon Framework: JGroups.\nIt provides functionality to distribute command message between Axon application through means of a JGroups \n implementation of the `CommandRouter` and `CommandBusConnector`.\nThis extension should be regarded as a partial replacement of [Axon Server](https://axoniq.io/product-overview/axon-server),\n since it only cover the command routing part.\n  \nFor more information on anything Axon, please visit our website, [http://axoniq.io](http://axoniq.io).\n\n## Getting started\n\nThe [AxonIQ Docs](https://docs.axoniq.io/home/) contains a section for the guides of all the Axon Framework extensions.\nThe JGroups extension guide can be found [here](https://docs.axoniq.io/jgroups-extension-reference/latest/).\n\n## Receiving help\n\nAre you having trouble using the extension? \nWe'd like to help you out the best we can!\nThere are a couple of things to consider when you're traversing anything Axon:\n\n* Checking the [documentation](https://docs.axoniq.io/home/) should be your first stop,\n  as the majority of possible scenarios you might encounter when using Axon should be covered there.\n* If the Reference Guide does not cover a specific topic you would've expected,\n  we'd appreciate if you could post a [new thread/topic on our library fourms describing the problem](https://discuss.axoniq.io/c/26).\n* There is a [forum](https://discuss.axoniq.io/) to support you in the case the reference guide did not sufficiently answer your question.\nAxon Framework and Server developers will help out on a best effort basis.\nKnow that any support from contributors on posted question is very much appreciated on the forum.\n* Next to the forum we also monitor Stack Overflow for any questions which are tagged with `axon`.\n\n## Feature requests and issue reporting\n\nWe use GitHub's [issue tracking system](https://github.com/AxonFramework/extension-jgroups/issues) for new feature \nrequest, extension enhancements and bugs. \nPrior to filing an issue, please verify that it's not already reported by someone else.\n\nWhen filing bugs:\n* A description of your setup and what's happening helps us figuring out what the issue might be\n* Do not forget to provide version you're using\n* If possible, share a stack trace, using the Markdown semantic ```\n\nWhen filing features:\n* A description of the envisioned addition or enhancement should be provided\n* (Pseudo-)Code snippets showing what it might look like help us understand your suggestion better \n* If you have any thoughts on where to plug this into the framework, that would be very helpful too\n* Lastly, we value contributions to the framework highly. So please provide a Pull Request as well!\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxonframework%2Fextension-jgroups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxonframework%2Fextension-jgroups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxonframework%2Fextension-jgroups/lists"}