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 68e964a commit 741985bCopy full SHA for 741985b
exporter/exporterhelper/internal/base_exporter.go
@@ -83,7 +83,7 @@ func NewBaseExporter(set exporter.Settings, signal pipeline.Signal, pusher sende
83
return nil, err
84
}
85
86
- if be.batcherCfg.Enabled {
+ if be.batcherCfg.Enabled || be.queueCfg.Batch != nil {
87
// Batcher mutates the data.
88
be.ConsumerOptions = append(be.ConsumerOptions, consumer.WithCapabilities(consumer.Capabilities{MutatesData: true}))
89
0 commit comments