Skip to content

Commit

Permalink
Fix ports
Browse files Browse the repository at this point in the history
  • Loading branch information
savnadya committed Jan 19, 2025
1 parent 89a8341 commit 812b05c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/consts/address.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const (
MasterCachesRPCPort = 9018
MasterCachesMonitoringPort = 10018

KafkaProxyMonitoringPort = 10020
KafkaProxyKafkaPort = 9023
KafkaProxyRPCPort = 9021
KafkaProxyMonitoringPort = 10031
KafkaProxyKafkaPort = 9034
KafkaProxyRPCPort = 9033
)

0 comments on commit 812b05c

Please sign in to comment.