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

Max channel size feature for consume request #84

Open
matthias-wende-sociomantic opened this issue Mar 7, 2019 · 2 comments
Open

Max channel size feature for consume request #84

matthias-wende-sociomantic opened this issue Mar 7, 2019 · 2 comments

Comments

@matthias-wende-sociomantic
Copy link
Contributor

Some applications don't need to read all data all the time, e.g. testing applications or applications collecting data for short term analysis. For those it would be simpler if the channel wouldn't overflow and just keep the newest entries up to a certain size.

Another feature could be "remove channel on stop request", which would be of particular interests for application tests on production data in combination with the channel subscriber feature.

@gavin-norman-sociomantic

We usually note such feature ideas in the proto repo, which is where the "public API" of the nodes is detailed (and is where the majority of the work would be).

@matthias-wende-sociomantic matthias-wende-sociomantic transferred this issue from sociomantic-tsunami/dmqnode Mar 7, 2019
@matthias-wende-sociomantic
Copy link
Contributor Author

matthias-wende-sociomantic commented Mar 7, 2019

We usually note such feature ideas in the proto repo

makes sense

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