The class name ConsumerConfigs was incorrectly referenced in the documentation. Updated it to ConsumerConfig to match the correct class name.
Kafka's PartitionAssignor has been deprecated. Updated the documentation to use the new ConsumerPartitionAssignor class for better clarity and to align with Kafka's latest API.
Description
ConsumerConfigs
was incorrectly referenced in the documentation. Updated it toConsumerConfig
to match the correct class name.PartitionAssignor
has been deprecated. Updated the documentation to use the newConsumerPartitionAssignor
class for better clarity and to align with Kafka's latest API.