Incorporated Review comments for the package name.
This commit is contained in:
parent
2ef61a8884
commit
012020c312
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.spring.kafka.start.stop.consumer;
|
||||
package com.baeldung.spring.kafka.startstopconsumer;
|
||||
|
||||
public class Constants {
|
||||
public static final String MULTI_PARTITION_TOPIC = "multi_partition_topic";
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.spring.kafka.start.stop.consumer;
|
||||
package com.baeldung.spring.kafka.startstopconsumer;
|
||||
|
||||
import org.apache.kafka.clients.consumer.ConsumerConfig;
|
||||
import org.apache.kafka.common.serialization.StringDeserializer;
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.spring.kafka.start.stop.consumer;
|
||||
package com.baeldung.spring.kafka.startstopconsumer;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.kafka.config.KafkaListenerEndpointRegistry;
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.spring.kafka.start.stop.consumer;
|
||||
package com.baeldung.spring.kafka.startstopconsumer;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.spring.kafka.start.stop.consumer;
|
||||
package com.baeldung.spring.kafka.startstopconsumer;
|
||||
|
||||
public class UserEvent {
|
||||
private String userEventId;
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.spring.kafka.start.stop.consumer;
|
||||
package com.baeldung.spring.kafka.startstopconsumer;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.spring.kafka.start.stop.consumer;
|
||||
package com.baeldung.spring.kafka.startstopconsumer;
|
||||
|
||||
import org.springframework.stereotype.Component;
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
package com.baeldung.spring.kafka.start.stop.consumer;
|
||||
package com.baeldung.spring.kafka.startstopconsumer;
|
||||
|
||||
import com.baeldung.spring.kafka.start.stop.consumer.*;
|
||||
import org.apache.kafka.clients.producer.KafkaProducer;
|
||||
import org.apache.kafka.clients.producer.ProducerConfig;
|
||||
import org.apache.kafka.clients.producer.ProducerRecord;
|
Loading…
Reference in New Issue