gyang94 commented on issue #2272:
URL: https://github.com/apache/fluss/issues/2272#issuecomment-3695450687
Thinking:
the main problem is that we can't only modify the "port" in
"bind.listeners". Now we either specify the whole new bind.listeners string, or
use the old {host}:{port} in the config file. We can not only set the new host
or port individually.
Proposed solution:
Introduce a new parameter to specify the new ports for listeners. e.g.
`-Dbind.listeners.port.override=FLUSS:0,CLIENT:1000`
Then in the `Endpoint.loadBindEndpoints()` functions, if this parameters is
set, override the parsed `Endpoint` object with new port.
What do you think? @wuchong
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]