Changelog
Version 1.0.11
- Gracefully handle empty HTTP response body from the server, which was incorrectly leading to EOF exceptions in the connector.
Version 1.0.10
- A HTTP request that times out or fails due to connection issues will be retried according to the connector configuration.
Version 1.0.9
- Added validation to ensure the http.api.url is not null. If SSL is enabled, validation ensures truststore configuration properties are not null.
- Allow missing keystore properties.
Version 1.0.8
- Fixed bug where https.ssl.endpoint.identification.algorithm worked as expected only when set to https.
Version 1.0.7
- Connector will now backoff and retry on 4xx errors.
Version 1.0.6
- Non-retriable errors are also be reported.
Version 1.0.5
- Add exponential backoff and retries on 5xx errors.
- Integrated reporter framework to produce success and error responses into a configured Kafka topic.
Version 1.0.4
- Use UTF-8 to encode payload sent to HTTP server.
Version 1.0.3
- Added configuration to set the scope parameter when making Oauth authorization requests.
- Added configuration to select between encoding the client credentials either in the HTTP header or as a URL parameter.
Version 1.0.0-preview
- Initial version for preview
© Copyright , Confluent, Inc. Privacy Policy | Terms & Conditions. Apache, Apache Kafka, Kafka and the Kafka logo are trademarks of the Apache Software Foundation. All other trademarks, servicemarks, and copyrights are the property of their respective owners.