logstash-integration-kafka 11.6.1-java → 11.6.3-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/docs/index.asciidoc +1 -1
- data/docs/input-kafka.asciidoc +3 -3
- data/docs/output-kafka.asciidoc +3 -3
- data/lib/logstash-integration-kafka_jars.rb +4 -4
- data/logstash-integration-kafka.gemspec +1 -1
- data/vendor/jar-dependencies/io/confluent/kafka-avro-serializer/7.9.1/kafka-avro-serializer-7.9.1.jar +0 -0
- data/vendor/jar-dependencies/io/confluent/kafka-schema-registry-client/7.9.1/kafka-schema-registry-client-7.9.1.jar +0 -0
- data/vendor/jar-dependencies/io/confluent/kafka-schema-serializer/7.9.1/kafka-schema-serializer-7.9.1.jar +0 -0
- data/vendor/jar-dependencies/org/apache/kafka/kafka-clients/{3.8.1/kafka-clients-3.8.1.jar → 3.9.1/kafka-clients-3.9.1.jar} +0 -0
- metadata +6 -6
- data/vendor/jar-dependencies/io/confluent/kafka-avro-serializer/7.8.0/kafka-avro-serializer-7.8.0.jar +0 -0
- data/vendor/jar-dependencies/io/confluent/kafka-schema-registry-client/7.8.0/kafka-schema-registry-client-7.8.0.jar +0 -0
- data/vendor/jar-dependencies/io/confluent/kafka-schema-serializer/7.8.0/kafka-schema-serializer-7.8.0.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6438f327044c91c39fb03b639116ba47bb4b035aa2e47d01404485a94a1ac44c
|
4
|
+
data.tar.gz: c338ad50a044ebecb2ef9c3f478ed6012ef74503da73f4a5d144fa7c7ed83533
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88e409679b56af0ed1ea3cfdc05fd8f16f0e582a5f7087e139d4c54ad85c7d4f772ab5ed02d47b1c0b82ad95c49e5e162a7cced7b0d264737a79fd58670af627
|
7
|
+
data.tar.gz: 92aa81a8834428fdb512dccd3780a9bb3568cde4c266f301a0db6c8d9fbf21b1449d5321e878e8a96955acc8f9236c4bbf25e35a92639f99f105bbe6967f9bf3
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
## 11.6.3
|
2
|
+
- Update kafka client to 3.9.1 and transitive dependencies [#193](https://github.com/logstash-plugins/logstash-integration-kafka/pull/193)
|
3
|
+
|
4
|
+
## 11.6.2
|
5
|
+
- Docs: fixed setting type reference for `sasl_iam_jar_paths` [#192](https://github.com/logstash-plugins/logstash-integration-kafka/pull/192)
|
6
|
+
|
1
7
|
## 11.6.1
|
2
8
|
- Expose the SASL client callback class setting to the Logstash configuration [#177](https://github.com/logstash-plugins/logstash-integration-kafka/pull/177)
|
3
9
|
- Adds a mechanism to load AWS IAM authentication as SASL client libraries at startup [#178](https://github.com/logstash-plugins/logstash-integration-kafka/pull/178)
|
data/docs/index.asciidoc
CHANGED
data/docs/input-kafka.asciidoc
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
:plugin: kafka
|
3
3
|
:type: input
|
4
4
|
:default_codec: plain
|
5
|
-
:kafka_client: 3.
|
6
|
-
:kafka_client_doc:
|
5
|
+
:kafka_client: 3.9.1
|
6
|
+
:kafka_client_doc: 39
|
7
7
|
|
8
8
|
///////////////////////////////////////////
|
9
9
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
@@ -604,7 +604,7 @@ The URL for the OAuth 2.0 issuer token endpoint.
|
|
604
604
|
|
605
605
|
[id="plugins-{type}s-{plugin}-sasl_iam_jar_paths"]
|
606
606
|
===== `sasl_iam_jar_paths`
|
607
|
-
* Value type is <<
|
607
|
+
* Value type is <<array,array>>
|
608
608
|
* There is no default value for this setting.
|
609
609
|
|
610
610
|
Contains the list of paths to jar libraries that contains cloud providers MSK IAM's clients.
|
data/docs/output-kafka.asciidoc
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
:plugin: kafka
|
3
3
|
:type: output
|
4
4
|
:default_codec: plain
|
5
|
-
:kafka_client: 3.
|
6
|
-
:kafka_client_doc:
|
5
|
+
:kafka_client: 3.9.1
|
6
|
+
:kafka_client_doc: 39
|
7
7
|
|
8
8
|
///////////////////////////////////////////
|
9
9
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
@@ -440,7 +440,7 @@ The URL for the OAuth 2.0 issuer token endpoint.
|
|
440
440
|
|
441
441
|
[id="plugins-{type}s-{plugin}-sasl_iam_jar_paths"]
|
442
442
|
===== `sasl_iam_jar_paths`
|
443
|
-
* Value type is <<
|
443
|
+
* Value type is <<array,array>>
|
444
444
|
* There is no default value for this setting.
|
445
445
|
|
446
446
|
Contains the list of paths to jar libraries that contains cloud providers MSK IAM's clients.
|
@@ -1,11 +1,11 @@
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
2
2
|
|
3
3
|
require 'jar_dependencies'
|
4
|
-
require_jar('io.confluent', 'kafka-avro-serializer', '7.
|
5
|
-
require_jar('io.confluent', 'kafka-schema-serializer', '7.
|
4
|
+
require_jar('io.confluent', 'kafka-avro-serializer', '7.9.1')
|
5
|
+
require_jar('io.confluent', 'kafka-schema-serializer', '7.9.1')
|
6
6
|
require_jar('org.apache.avro', 'avro', '1.11.4')
|
7
|
-
require_jar('io.confluent', 'kafka-schema-registry-client', '7.
|
8
|
-
require_jar('org.apache.kafka', 'kafka-clients', '3.
|
7
|
+
require_jar('io.confluent', 'kafka-schema-registry-client', '7.9.1')
|
8
|
+
require_jar('org.apache.kafka', 'kafka-clients', '3.9.1')
|
9
9
|
require_jar('org.slf4j', 'slf4j-api', '1.7.36')
|
10
10
|
require_jar('com.github.luben', 'zstd-jni', '1.5.6-8')
|
11
11
|
require_jar('org.lz4', 'lz4-java', '1.8.0')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-integration-kafka'
|
3
|
-
s.version = '11.6.
|
3
|
+
s.version = '11.6.3'
|
4
4
|
s.licenses = ['Apache-2.0']
|
5
5
|
s.summary = "Integration with Kafka - input and output plugins"
|
6
6
|
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-integration-kafka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.6.
|
4
|
+
version: 11.6.3
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -244,11 +244,11 @@ files:
|
|
244
244
|
- spec/unit/inputs/kafka_spec.rb
|
245
245
|
- spec/unit/outputs/kafka_spec.rb
|
246
246
|
- vendor/jar-dependencies/com/github/luben/zstd-jni/1.5.6-8/zstd-jni-1.5.6-8.jar
|
247
|
-
- vendor/jar-dependencies/io/confluent/kafka-avro-serializer/7.
|
248
|
-
- vendor/jar-dependencies/io/confluent/kafka-schema-registry-client/7.
|
249
|
-
- vendor/jar-dependencies/io/confluent/kafka-schema-serializer/7.
|
247
|
+
- vendor/jar-dependencies/io/confluent/kafka-avro-serializer/7.9.1/kafka-avro-serializer-7.9.1.jar
|
248
|
+
- vendor/jar-dependencies/io/confluent/kafka-schema-registry-client/7.9.1/kafka-schema-registry-client-7.9.1.jar
|
249
|
+
- vendor/jar-dependencies/io/confluent/kafka-schema-serializer/7.9.1/kafka-schema-serializer-7.9.1.jar
|
250
250
|
- vendor/jar-dependencies/org/apache/avro/avro/1.11.4/avro-1.11.4.jar
|
251
|
-
- vendor/jar-dependencies/org/apache/kafka/kafka-clients/3.
|
251
|
+
- vendor/jar-dependencies/org/apache/kafka/kafka-clients/3.9.1/kafka-clients-3.9.1.jar
|
252
252
|
- vendor/jar-dependencies/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar
|
253
253
|
- vendor/jar-dependencies/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
|
254
254
|
- vendor/jar-dependencies/org/xerial/snappy/snappy-java/1.1.10.7/snappy-java-1.1.10.7.jar
|
Binary file
|
Binary file
|