Cloud Migration Service (CT-CMS)

Advanced Configuration of Target Database

2024-12-27 03:07:39

 

batch.size: Specifies the maximum batch size of data in the buffer.

linger.ms: Specifies that if the data does not reach batch.size yet, the data will be sent after linger.time elapses.

buffer.memory: Specifies the total size of the RecordAccumulator buffer.

acks: 0: The data sent from the producer. Reply without the need to wait for the data being flushed to disks. 1: The data sent from the producer. The Leader replies after receiving the data. -1 (all): The data sent from the producer. Reply after all nodes in the Leader+ and isr queues receive all the data.

max.in.flight.requests.per.connection: Specifies the maximum number of times that no ack is returned. The default value is 5. Ensure that the value is 1-5 when idempotence is enabled.

retry.backoff.ms: Specifies the number of times that the system retries to send a message when an error occurs.

compression.type: Specifies the compression mode for all data sent from the producer.

partition: Specifies a kafka partition.


izvPZ22XrSzP