Skip to content

Commit

Permalink
[FIX] port conflict로 인한 포트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JIN-076 committed Jun 7, 2024
1 parent a8a16db commit 2026983
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
@SpringBootTest
@EmbeddedKafka(partitions = 3,
brokerProperties = {
"listeners=PLAINTEXT://localhost:9092"
"listeners=PLAINTEXT://localhost:49092"
},
ports = { 9092 })
ports = { 49092 })
public class SimpleKafkaTest {

@Autowired
Expand Down

0 comments on commit 2026983

Please sign in to comment.