es? Increase log level if
> needed to INFO/DEBUG.
>
> On Fri, Aug 22, 2025 at 2:42 AM Kiran Bo wrote:
>
> > Hi Team,
> > Any updates
> >
> > From: Kiran Bo
> > Sent: Wednesday, August 20, 2025 12:03 PM
> > To: users@ka
pdates
>
> From: Kiran Bo
> Sent: Wednesday, August 20, 2025 12:03 PM
> To: users@kafka.apache.org
> Subject: Kafka 4.0 Console Consumer Not Receiving Messages From Spring
> Boot Producer
>
> Hi Kafka Team,
> I am learning Apache Kafka in Spring Boot. I have a K
Hi Team,
Any updates
From: Kiran Bo
Sent: Wednesday, August 20, 2025 12:03 PM
To: users@kafka.apache.org
Subject: Kafka 4.0 Console Consumer Not Receiving Messages From Spring Boot
Producer
Hi Kafka Team,
I am learning Apache Kafka in Spring Boot. I have a
Hi Kafka Team,
I am learning Apache Kafka in Spring Boot. I have a Kafka 4.0 broker running
locally and a Spring Boot application sending messages to a topic javaguides.
Below steps I followed:
1.
Started Kafka broker on localhost:9092.
2.
Verified the topic exists:
.\bin\windows\kafka-topic
Hi could you please help for next steps
On Wed, 20 Aug 2025 at 23:55, KIRAN KUMAR B O
wrote:
> [image: image.png]
>
>
> Consumer immediately terminated not waiting for message by producer ,
> below is my code to send a message to Topic
>
> @Service
> public class KafkaProducer {
>
>
> @Value("
[image: image.png]
Consumer immediately terminated not waiting for message by producer ,
below is my code to send a message to Topic
@Service
public class KafkaProducer {
@Value("${spring.kafka.bootstrap-servers:localhost:9092}")
private String bootstrapServers;
private static final Logger
1. Did you verify your kafka setup by producing from producer console and
then seeing the output for that topic on consumer console? If not, please
do that to validate your kafka setup itself.
2. You don't need a kafka consumer class in Springboot Java code - unless u
plan to do some processing in
Hi,
I am learning Apache Kafka and Spring Boot. I have a Kafka 4.0 broker
running locally and a Spring Boot application sending messages to a topic
javaguides.
*Below steps I followed:*
1.
Started Kafka broker on localhost:9092.
2.
Verified the topic exists:
.\bin\windows\kafka-to