You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add fine tuned oath/sasl configuration to kafka client (#189)
* Add missing oauth config (#180)
* Add missing `sasl.login.callback.handler.class"` config (#180)
* Add unit tests for new oauth and sasl config options
* 11.6.0 release prep
Add changelog entry and increment minor version for new configuration features.
* Align default values with kafka client lib
This commit updates the plugin defaults to align with the default (or lack of
default) values in the underlying kafka client library.
https://github.com/apache/kafka/blob/3.8.1/clients/src/main/java/org/apache/kafka/common/TopicIdPartition.java
* Explicitly document no default setting
Co-authored-by: Mashhur <[email protected]>
* Explicitly document no default setting
Co-authored-by: Mashhur <[email protected]>
* Explicitly document no default setting
Co-authored-by: Mashhur <[email protected]>
* Explicitly document no default setting
Co-authored-by: Mashhur <[email protected]>
---------
Co-authored-by: darby.han <[email protected]>
Co-authored-by: Mashhur <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 11.6.0
2
+
- Support additional `oauth` and `sasl` configuration options for configuring kafka client [#189](https://github.com/logstash-plugins/logstash-integration-kafka/pull/189)
3
+
1
4
## 11.5.4
2
5
- Update kafka client to 3.8.1 and transitive dependencies [#188](https://github.com/logstash-plugins/logstash-integration-kafka/pull/188)
3
6
- Removed Jar Dependencies dependency [#187](https://github.com/logstash-plugins/logstash-integration-kafka/pull/187)
0 commit comments