Skip to content

Commit

Permalink
chore : 카프카 ip변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoree912 committed Jun 1, 2024
1 parent b680f00 commit 1bdfc73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Auto detect text files and perform LF normalization
* text=auto
src/main/java/com/eum/auth/config/RedisRepositoryConfig.java merge=servers
src/main/java/com/eum/auth/client/HaetsalClient.java merge=servers
src/main/java/com/eum/auth/config/RedisRepositoryConfig.java merge=servers
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class KafkaProducerConfig {
@Bean
public ProducerFactory<String, String> producerFactory() {
Map<String, Object> properties = new HashMap<>();
properties.put(ProducerConfig.BOOTSTRAP_SERVERS_CONFIG, "223.130.133.30:29092");
properties.put(ProducerConfig.BOOTSTRAP_SERVERS_CONFIG, "kafka:29092");
properties.put(ProducerConfig.KEY_SERIALIZER_CLASS_CONFIG, StringSerializer.class);
properties.put(ProducerConfig.VALUE_SERIALIZER_CLASS_CONFIG, StringSerializer.class);

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ kakao :




0 comments on commit 1bdfc73

Please sign in to comment.