You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the publisher client documentation we say that setMaxParallelPullCount() sets the number of pullers used. So far as I know a "puller" is not a thing in the API and what this actually does is set the number of streamingPull connections. Might the maintainers please clarify the doc string?
In the publisher client documentation we say that setMaxParallelPullCount() sets the number of
pullersused. So far as I know a "puller" is not a thing in the API and what this actually does is set the number of streamingPull connections. Might the maintainers please clarify the doc string?