fresh-borzoni commented on code in PR #313:
URL: https://github.com/apache/fluss-rust/pull/313#discussion_r2808232973


##########
bindings/python/src/config.rs:
##########
@@ -39,33 +39,35 @@ impl Config {
                 let value: String = item.1.extract()?;
 
                 match key.as_str() {
-                    "bootstrap.servers" => {
+                    "bootstrap_servers" | "bootstrap.servers" => {

Review Comment:
   Ty, but it's not only about `bootstrap servers`, but other params, shall we 
use '.' separator and 'client' prefix? I'm asking bc @leekeiabstraction had 
this theoretical question about pyFlink and ambiguity with configs



-- 
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]

Reply via email to