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

Allow cursors.stream.auto.pause.time to be changed #391

Merged
merged 3 commits into from
Mar 11, 2022

Conversation

tylertreat
Copy link
Member

@tylertreat tylertreat commented Mar 11, 2022

Previously the cursors.stream.auto.pause.time configuration could not be changed once the cursors stream was created. This allows it to be changed in the configuration file and take effect upon server restart.

This is related to the discussion in #390.

This also prevents clients from creating or deleting "reserved" streams, i.e. __cursors and __activity.

Previously AutoPauseTime for the cursors stream could not be changed
after the stream was created.
Create activity stream by calling metadata API directly rather than
calling the gRPC API to avoid reserved stream checks.
@tylertreat tylertreat merged commit edc316d into master Mar 11, 2022
@tylertreat tylertreat deleted the change_auto_pause branch March 11, 2022 19:55
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