Updated on 2023-11-30 GMT+08:00

Using the Enhanced Java SDK

The enhanced Kafka Java SDK is optimized based on the open-source Kafka 0.10.2.1 client, greatly improving system performance.

Procedure

  1. Download the open-source Kafka 0.10.2.1 client package.
  2. Decompress the following from the open-source client package:

  3. Download the enhanced Kafka 0.10.2.1 SDK package.
  4. Decompress the following from the SDK package:

  5. Copy all JAR packages in the dms_kafka_0.10.2.1-client/ directory to the libs folder in the directory where the open-source Kafka 0.10.2.1 client package is decompressed, and overwrite the kafka-clients-0.10.2.1.jar package with the same name.
  6. Perform the same configuration as other open-source clients.