Skip to content

Commit

Permalink
[BE] ETC: 필요없는 주석 삭제 #134
Browse files Browse the repository at this point in the history
  • Loading branch information
yoo-chris committed Feb 10, 2025
1 parent 2daadc5 commit 4b87196
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Primary;
import org.springframework.kafka.core.DefaultKafkaProducerFactory;
import org.springframework.kafka.core.KafkaTemplate;
import org.springframework.kafka.core.ProducerFactory;
Expand Down Expand Up @@ -35,7 +34,6 @@ public KafkaTemplate<String, String> kafkaTemplate() {
return new KafkaTemplate<>(producerFactory());
}

// ✅ KafkaTemplate<String, UserStatusUpdateDto> 추가
@Bean
public ProducerFactory<String, UserStatusUpdateDto> userStatusProducerFactory() {
Map<String, Object> configProps = new HashMap<>();
Expand Down

0 comments on commit 4b87196

Please sign in to comment.