Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The underlying technology of Command message delivery #424

Open
iWuYng opened this issue Nov 19, 2024 · 1 comment
Open

The underlying technology of Command message delivery #424

iWuYng opened this issue Nov 19, 2024 · 1 comment

Comments

@iWuYng
Copy link

iWuYng commented Nov 19, 2024

I've noticed that the CommandService is part of the CSW framework and it provides a set of methods for interacting with components through commands.

I've also noticed that the EventService uses Kafka or Redis for event delivery, and the AlarmService invokes Redis.

However, I'm having some difficulties in understanding the underlying technologies used for Command message delivery. Is Kafka or Redis used for the delivery of commands?

Could you please offer me some help?

@abrighton
Copy link
Contributor

The CommandService uses akka actor messages for the implementation (up until csw-5.x. csw-6.x, which is still in progress, uses pekko instead, due to akka license issues).
On top of the akka/pekko actor API , an HTTP API is also provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants