[
https://issues.apache.org/jira/browse/EAGLE-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15601091#comment-15601091
]
ASF GitHub Bot commented on EAGLE-670:
--------------------------------------
Github user haoch commented on the issue:
https://github.com/apache/incubator-eagle/pull/556
@garrettlish the implementation looks a little confusing.
Please just simply use kafka configs:
https://kafka.apache.org/08/documentation.html#clientconfig and another part
using async kafka producer:
https://github.com/apache/incubator-eagle/blob/master/eagle-core/eagle-app/eagle-app-base/src/main/java/org/apache/eagle/app/sink/KafkaStreamSink.java#L53-L57
# kafka properties
producer.type = async
batch.num.messages = 3000
queue.buffering.max.ms = 5000
queue.buffering.max.messages = 10000
> AlertEngine: Make Kafka Publisher configurable to async, for throughput tuning
> ------------------------------------------------------------------------------
>
> Key: EAGLE-670
> URL: https://issues.apache.org/jira/browse/EAGLE-670
> Project: Eagle
> Issue Type: Task
> Affects Versions: v0.5.0
> Reporter: Su Ralph
> Assignee: Garrett Li
> Fix For: v0.5.0
>
>
> Kafka send alert in sync would limit the throughput. Make this configurable,
> and use async by default.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)