Kafka Configuration
Additional environment variables for kafka service required by us. Exclude the general required var needed to be set for establishing a KAFKA server
| Name | Description | Required | Type |
|---|---|---|---|
KAFKA_MESSAGE_MAX_BYTES | The maximum size of a message that the Kafka broker will accept (in bytes). | true | number Default: 10485760 |
KAFKA_REPLICA_FETCH_MAX_BYTES | The maximum bytes expected for each fetch response from a replica (in bytes). | true | number Default: 10485760 |
KAFKA_FETCH_MESSAGE_MAX_BYTES | The maximum bytes expected for each fetch response from a consumer (in bytes). | true | number Default: 10485760 |