acks:"TB_KAFKA_ACKS"# -1 = all; 0 = no acknowledgments; 1 = only waits for the leader to acknowledge
batch_size:"${TB_KAFKA_BATCH_SIZE:128}"# for producer
linger_ms:"${TB_KAFKA_LINGER_MS:1}"# for producer
partitions_consumed_concurrently:"${PARTITIONS_CONSUMED_CONCURRENTLY:1}"# increase this value if you are planning to handle more than one partition (scale up, scale down) - this will decrease the latency
batch_size:"TB_KAFKA_BATCH_SIZE"# for producer
linger_ms:"TB_KAFKA_LINGER_MS"# for producer
partitions_consumed_concurrently:"TB_KAFKA_PARTITIONS_CONSUMED_CONCURRENTLY"# increase this value if you are planning to handle more than one partition (scale up, scale down) - this will decrease the latency