timeplus-io / proton

A stream processing engine and database, and a fast and lightweight alternative to ksqlDB and Apache Flink, 🚀 powered by ClickHouse
https://timeplus.com
Apache License 2.0
1.58k stars 69 forks source link

default listen for all ipv4 if listen_host not set. #813

Closed yokofly closed 3 months ago

yokofly commented 3 months ago

Describe what enhancement you'd like to have Proton is not easy to configure. The current default behavior only listens for localhost IPv4. If another server wants to access this server's Proton, we currently need to edit the configuration and restart Proton. So, I wanna listen for all ipv4 conn instead localhost ipv4.