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

How do I implement sending continuous updates (progressive results) in a registered procedure? #532

Closed
offroff opened this issue Sep 17, 2021 · 0 comments

Comments

@offroff
Copy link

offroff commented Sep 17, 2021

We are doing this in another project, written in go. Now we want to do the same in java but I'm not sure if we're able to implement it at all. If it's possible, can you provide an example?

What we want to do is listening to events on some equipment, customer or similar, there's billions of combinations we might be interested in, so I don't think it makes sense to solve this by publishing to topics. I guess it would be possible to dynamically generate new topics though.

Still, if it's possible to do the same with registered procedures, can you provide some hints on how to do it?

@offroff offroff changed the title How do I implement sending continuous updates in a registered procedure? How do I implement sending continuous updates (progressive results) in a registered procedure? Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants