I am new in Kafka and microservices. I tried to understand the usage of id property of @KafkaClient but most of the examples are given without that property therefore could not understand clearly.
@KafkaClient(id = "client_id")
What is the usage of id property in that case? What does it mean?