Github user harshach commented on a diff in the pull request:
https://github.com/apache/storm/pull/830#discussion_r43574714
--- Diff: storm-core/src/clj/backtype/storm/disruptor.clj ---
@@ -27,10 +27,10 @@
:single-threaded ProducerType/SINGLE})
(defnk disruptor-queue
- [^String queue-name buffer-size timeout :producer-type :multi-threaded]
+ [^String queue-name buffer-size timeout :producer-type :multi-threaded
:batch-size 100 :batch-timeout 1]
--- End diff --
can we make these default batch-size values come from config
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---