bharathgunapati commented on PR #53: URL: https://github.com/apache/flink-connector-http/pull/53#issuecomment-4972189329
Hi @davidradl — would you be able to review this when you have a moment? Small consistency improvement ([FLINK-40149](https://issues.apache.org/jira/browse/FLINK-40149)): renames the lookup option `asyncPolling` → `async-polling` to match Flink kebab-case conventions. The legacy key still works via `withDeprecatedKeys("asyncPolling")`, so no DDL migration is required. **Scope:** option key + docs + tests only — no runtime logic change (default remains `false`, still read via `ReadableConfig`). **Tests:** parameterized factory and runtime tests cover both `async-polling` and the deprecated `asyncPolling` alias. **CI:** green on my fork (Flink 2.2.0, JDK 11/17/21) — https://github.com/bharathgunapati/flink-connector-http/actions/runs/29353591657 Thanks! -- 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]
