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
iex(1)> Flume.pause(:default_pipeline, async: true)
** (FunctionClauseError) no function clause matching in Flume.Pipeline.Event.Producer.pause/3
The following arguments were given to Flume.Pipeline.Event.Producer.pause/3:
# 1
"default_pipeline"
# 2
true
# 3
5000
Attempted function clauses (showing 1 out of 1):
def pause(pipeline_name, false = _async, timeout)
(flume) lib/flume/pipeline/event/producer.ex:29: Flume.Pipeline.Event.Producer.pause/3
The asynchronous calls for pause/resume fail with
The function definitions at
flume/lib/flume/pipeline/event/producer.ex
Line 25 in 1672003
and
flume/lib/flume/pipeline/event/producer.ex
Line 33 in 1672003
need to be fixed.
The text was updated successfully, but these errors were encountered: