Open sehz opened 11 months ago
It makes me wonder why the port is not read from defaults.rs
, so we have a single source of truth.
I attempted a fix in PR #3815 .
Stale issue message
Hey Fluvio team! I am looking to take this back on. I have some free time coming up and looking to start contributing again. I can reopen my PR and start working on this again in the next couple of days. I was able to rebase it with the latest changes.
Would it be possible to re-open PR #3815 or should I start a new PR?
@AnthonyMBonafide, welcome back. @digikata can guide you on which direction to take.
Cluster start use different port than default port. Cluster: https://github.com/infinyon/fluvio/blob/master/crates/fluvio-cluster/src/runtime/local/spu.rs.
Default: https://github.com/infinyon/fluvio/blob/master/crates/fluvio-types/src/defaults.rs.
So when starting in cluster command:
starts in different default port (9010)
than directly starting SPU directly
which defaults to 9005
Suggestion solution: