featzhang opened a new pull request, #30: URL: https://github.com/apache/flink-connector-http/pull/30
## What is the purpose of the change The current README lacks practical usage examples, making it difficult for new users to quickly understand how to configure and use the HTTP connector. This PR improves the README by adding a **Quick Start** section that covers the most common connector usage patterns. ## Brief change log - Add SQL example for HTTP Sink connector (`CREATE TABLE` + `INSERT INTO`) - Add SQL example for HTTP Lookup Source connector (temporal join pattern) - Add DataStream API (Java) example for `HttpSink` - Add a common configuration options table with key properties and descriptions ## Verifying this change This is a documentation-only change. Verification is done by reviewing: - SQL syntax correctness against the existing connector options - Java API usage matches the public `HttpSink` builder API - Configuration keys match those defined in `HttpConnectorConfigConstants` and `HttpLookupConnectorOptions` ## Does this pull request potentially affect one of the following areas? - **Dependencies**: No - **Performance**: No - **Security**: No - **Breaking changes**: No ## Documentation This PR is itself a documentation improvement. All changes are in `README.md`. -- 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]
