Introduction
Astradot supports Kafka 4.1 and above.
In Java, this typically means adding this line to your consumer config:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
group.protocol=consumer
properties.put(ConsumerConfig.GROUP_PROTOCOL_CONFIG, "consumer");