mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-12 03:29:53 +00:00

* Updated generate_docs_schema * Updated generate_docs_schema * Updated generate_docs_schema * applied generate_docs_schema script * Revert the changes in this file --------- Co-authored-by: Tarun <tarun.p@deuexsolutions.com> Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
1.4 KiB
1.4 KiB
title | slug |
---|---|
kafkaEventConfiguration | /main-concepts/metadata-standard/schemas/configuration/kafkaeventconfiguration |
KafkaEventConfiguration
This schema defines the Kafka Event Publisher Configuration.
Properties
topics
(array): Topics of Kafka Producer.- Items (string)
acks
(string): Acknowledgment. Default:"all"
.retries
(integer): No. of retries. Default:3
.lingerMS
(integer): Artificial Delay in milliseconds. Default:1
.bufferMemory
(integer): Buffer Memory. Default:33554432
.keySerializer
(string): Serializer class for key. Default:"org.apache.kafka.common.serialization.StringSerializer"
.valueSerializer
(string): Serializer class for value. Default:"org.apache.kafka.common.serialization.StringSerializer"
.securityProtocol
(string): Kafka security protocol config. Must be one of:["PLAINTEXT", "SSL"]
. Default:"PLAINTEXT"
.SSLProtocol
(string): Kafka SSL protocol config. Default:"TLSv1.2"
.SSLTrustStoreLocation
(string): Kafka SSL truststore location.SSLTrustStorePassword
(string): Kafka SSL truststore password.SSLKeystoreLocation
(string): Kafka SSL keystore location.SSLKeystorePassword
(string): Kafka SSL keystore password.SSLKeyPassword
(string): Kafka SSL key password.
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.