Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: starting seller after buyer does not trigger negotiation #4

Open
matteoettam09 opened this issue Sep 9, 2024 · 1 comment
Open
Assignees

Comments

@matteoettam09
Copy link
Contributor

matteoettam09 commented Sep 9, 2024

I think we should treat this as a bug..when we'll have N vs N some sellers will connect necessarily after some buyers and will need to be able to read already open topics

@matteoettam09
Copy link
Contributor Author

matteoettam09 commented Sep 9, 2024

This is a fundamental limitation of redis pubsub, which has "at most once" delivery semantics. Would need to use redis streams instead:

https://redis.io/docs/latest/develop/data-types/streams/

https://redis.io/docs/latest/develop/interact/pubsub/#delivery-semantics

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

No branches or pull requests

2 participants