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

Add Redis backed Command Router #4

Closed
wants to merge 6 commits into from

Conversation

StFS
Copy link
Collaborator

@StFS StFS commented Apr 4, 2024

This is a DRAFT PR to add a Redis backed command-router.

It consists of the following changes:

  • Adds a client-device-connection-redis module that implements a device-connection-info repository using the Quarkus Redis Client extension.
  • Adds a services/command-router-redis module that creates a command-router-redis Docker image.
  • Adds the necessary configuration to the integration test project to start up a Redis server beneath the new Redis backed Command Router service.

This PR depends on eclipse-hono#3623 and is currently configured to merge into that branch just to demonstrate the isolated Redis related changes.

There are some recently discovered problems though, namely that the CommandAndControlAmqpIT and CommandAndControlMqttIT tests fail when run against the redis backed command router service.

StFS and others added 6 commits April 4, 2024 00:57
…redis module and a services/command-router-redis module. Also add appropriate configurations to integration tests to run them against a Redis backed command router with a Redis server
@StFS
Copy link
Collaborator Author

StFS commented Apr 10, 2024

Addresses eclipse-hono#3532

@StFS
Copy link
Collaborator Author

StFS commented Jan 18, 2025

Creating a new PR off latest master branch (#6)

@StFS StFS closed this Jan 18, 2025
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

Successfully merging this pull request may close these issues.

1 participant