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

Enable reliable publishing of event messages to Redis Streams #703

Closed
ghost opened this issue Apr 9, 2019 · 2 comments · Fixed by #1836
Closed

Enable reliable publishing of event messages to Redis Streams #703

ghost opened this issue Apr 9, 2019 · 2 comments · Fixed by #1836
Assignees
Milestone

Comments

@ghost
Copy link

ghost commented Apr 9, 2019

FEATURE REQUEST

  1. Is there an open issue addressing this request? If it does, please add a "+1" reaction to the
    existing issue, otherwise proceed to step 2.

  2. Describe the feature you are requesting, as well as the possible use case(s) for it.

Currently there are mqtt adapter and bootstrap service publishing event messages to Redis Streams. Some of these events are status changes so it's very important to have them successfully published.
If the Redis Streams servers can not accept messages, the service/adapter should have a way to store those unpublished events and retry.

  1. Indicate the importance of this feature to you (must-have, should-have, nice-to-have).

Since the events notifying about status changes are important for having an accurate overview of the system, I think that this feature is a must have one.

@drasko
Copy link
Contributor

drasko commented Sep 25, 2019

@anovakovic01 @nmarcetic do you have any ideas how this can be implemented? I think this can be a good-first-issue if defined well.

@anovakovic01
Copy link
Contributor

@drasko I think that we need to solve #652 too. These two are related.

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

Successfully merging a pull request may close this issue.

4 participants