We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
flume.producer.init = system_time
flume.producer.events.fetch = 10
flume.producer.events.fetch.stop
:pipeline_name
:queue_name
redis
:rate_limit_count
:rate_limit_scale
rate_limit_count
:rate_limit_key
:max_demand
flume.producer_consumer.init = system_time
flume.producer_consumer.events.received = 10
flume.consumer.init = system_time
cc @nitinstp23
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Producer
flume.producer.init = system_time
)flume.producer.events.fetch = 10
)flume.producer.events.fetch.stop
):pipeline_name
- name of the pipeline for which producer is running:queue_name
- name of the queue in theredis
:rate_limit_count
- no. of events that can be processed by the consumer:rate_limit_scale
- duration for which no. of events as perrate_limit_count
can be processed:rate_limit_key
- unique key for which rate limit is applied:max_demand
- Maximum number of jobs to pull from the queueProducerConsumer
flume.producer_consumer.init = system_time
)flume.producer_consumer.events.received = 10
)Consumer
flume.consumer.init = system_time
)cc @nitinstp23
The text was updated successfully, but these errors were encountered: