Kafka monitoring configuration properties
The topic to use for Usage Data
Default: container.usage
The topic to use for bulk message data
Default: container.bulk
The topic to use for Transaction Data
Default: container.transaction
The topic to use for Rollup Data
Default: container.rollup
Enable/disable the Kafka Usage Reporter.
Default: false
Enable/disable rollup writing through the Usage Reporter.
Default: false
Enable/disable the Kafka Usage Writer.
Default: false
Enable/disable the Kafka Bulks message Reporter. This allows bulk message content to be streamed out of the gateway asynchronously.
Default: false
The writer to use for bulk message data. The 'elastic' option uses ElasticSearch in a claim-check pattern. The 'json' option uses a JSON writer.
Default: json
Enable/disable the Kafka Transaction Writer.
Default: false
Enable/disable the Kafka Rollup Writer.
Default: false
The key pattern to use for Rollup Data
Default: {containerKey}
Enable/disable the Kafka Usage Reader.
Default: false
Enable/disable rollup reading through the Usage Reporter.
Default: false
Enable/disable the Kafka Rollup Reader.
Default: false
Enable/disable the Kafka Transaction Reader.
Default: false
Enable/disable the Kafka Bulk Reader.
Default: false
The reader to use for the Kafka Bulk consumer. Should usually match the bulk writer. The 'elastic' option uses ElasticSearch in a claim-check pattern. The 'json' option uses a JSON reader.
Default: json
ElasticSearch client selector.
Default: (scope=global)