question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Distributed Query Bus

See original GitHub issue

Currently the framework only provide the SimpleQueryBus implementation. We should however also provide a DistributedQueryBus. Ideally this will leverage a lot of the same mechanisms the DistributedCommandBus uses, hence it’ll require some generifying on that side to make it usable for the DistributedQueryBus. We should thus allow a JGroups and a Spring Cloud solution to run a DistributedQueryBus

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:15
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
janessercommented, Jun 24, 2019

fyi i started some draft of an distributed query bus, over here: https://github.com/janesser/axon-distributed-demo/tree/master/src/main/java/org/axonframework/queryhandling

the is some cartridge pattern inside, where implementation with above mentioned jgroups and spring-cloud can be plugged in. anyways in the initial shot it might be some (e.g. in memory) jpa driven thing.

Comments welcome.

For now quite some TODOs left open, ill keep ya posted.

0reactions
smcvbcommented, Jul 21, 2020

Thanks for the interest @billy93, but as you can see the labels, the prioritization or set milestone have not been adjusted since the 15th of January.

As soon as they will, we will update this ticket accordingly. For now it would be easiest for you to subscribe to notification on this issue, so that label/milestone/description/etc changes are forwarded to you automatically.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Axon distributed query bus? - Stack Overflow
AxonHub will allow you to distributed all message forms within a (non-)Axon application, like commands, events and queries a like.
Read more >
Implementations - Axon Reference Guide
The query bus is the mechanism that dispatches queries to query handlers. Queries are registered using the combination of the query request name...
Read more >
janesser/axon-distributed-demo - GitHub
Distributed Query Bus for Axonframework. Provides facilities for QueryBus and QueryUpdateEmitter to work with multiple cluster-instances, ...
Read more >
Using QueryHandling with axon:axonserver:enabled = false ...
how to configure QueryGateway to fire Query with axon server disabled. ... is because Axon Server provides a perfectly fine distributed query bus...
Read more >
Distributed Query Execution With Strong Privacy Guarantees
data, distributed systems, privacy, query execution ... memory bus and the instruction trace, and can precisely measure the execution time.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found