We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebd599 commit 24993e2Copy full SHA for 24993e2
examples/storm/src/main/resources/bullet_settings.yaml
@@ -27,8 +27,9 @@ bullet.topology.join.bolt.memory.off.heap.load: 192.0
27
bullet.topology.join.bolt.error.tick.timeout: 3
28
bullet.topology.join.bolt.rule.tick.timeout: 3
29
bullet.topology.tick.interval.secs: 1
30
+bullet.rule.aggregation.raw.max.size: 500
31
bullet.rule.aggregation.count.distinct.sketch.entries: 16384
-bullet.rule.aggregation.group.sketch.entries: 512
32
+bullet.rule.aggregation.group.sketch.entries: 1024
33
bullet.result.metadata.enable: true
34
bullet.result.metadata.metrics:
35
- name: "Rule Identifier"
0 commit comments