KafkaSettings constructor

KafkaSettings({
  1. String? broker,
  2. bool? includeControlDetails,
  3. bool? includeNullAndEmpty,
  4. bool? includePartitionValue,
  5. bool? includeTableAlterOperations,
  6. bool? includeTransactionDetails,
  7. MessageFormatValue? messageFormat,
  8. int? messageMaxBytes,
  9. bool? partitionIncludeSchemaTable,
  10. String? topic,
})

Implementation

KafkaSettings({
  this.broker,
  this.includeControlDetails,
  this.includeNullAndEmpty,
  this.includePartitionValue,
  this.includeTableAlterOperations,
  this.includeTransactionDetails,
  this.messageFormat,
  this.messageMaxBytes,
  this.partitionIncludeSchemaTable,
  this.topic,
});