-
Notifications
You must be signed in to change notification settings - Fork 65
Updates Kafka client from 2.8.1 to 3.3.1 #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
andsel
merged 9 commits into
logstash-plugins:main
from
andsel:fix/update_kafka_version_3.3.1
Dec 16, 2022
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
11211eb
Updates Kafka client from 2.8.1 to 3.3.1
andsel afe3f1c
Missed update of doc tag
andsel 1bb9d3f
Missed update of doc tag
andsel 10b3ac5
Bumped new major version of the plugin, pins Logstash 8.3+ and update…
andsel 6437ed2
Fix to run bundler for snapshot 8.x (main) after PR #14667 has exclud…
andsel 1ea9f31
Nitpick, moved comment related dependency version close to version de…
andsel b2568f0
Renable 'default' value for client_dns_lookup but falling back to 'us…
andsel f4de51c
Minor, updated the changelog statement
andsel 6448983
Removed commented test code and provided better description
andsel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,9 @@ | ||
| import: | ||
| - logstash-plugins/.ci:travis/travis.yml@1.x | ||
| - logstash-plugins/.ci:travis/defaults.yml@1.x | ||
| - logstash-plugins/.ci:travis/exec.yml@1.x | ||
|
|
||
| env: | ||
| jobs: | ||
| # lock on version 8.x because use of Jackson 2.13.3 available from 8.3.0 | ||
| - ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env | ||
| - SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,17 @@ | ||
| # AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT. | ||
|
|
||
| require 'jar_dependencies' | ||
| require_jar('io.confluent', 'kafka-avro-serializer', '6.2.2') | ||
| require_jar('io.confluent', 'kafka-schema-serializer', '6.2.2') | ||
| require_jar('io.confluent', 'common-config', '6.2.2') | ||
| require_jar('io.confluent', 'kafka-avro-serializer', '7.3.0') | ||
| require_jar('io.confluent', 'kafka-schema-serializer', '7.3.0') | ||
| require_jar('io.confluent', 'common-config', '7.3.0') | ||
| require_jar('org.apache.avro', 'avro', '1.11.0') | ||
| require_jar('io.confluent', 'kafka-schema-registry-client', '6.2.2') | ||
| require_jar('org.apache.kafka', 'kafka_2.12', '2.8.1') | ||
| require_jar('io.confluent', 'common-utils', '6.2.2') | ||
| require_jar('io.confluent', 'kafka-schema-registry-client', '7.3.0') | ||
| require_jar('org.apache.kafka', 'kafka_2.12', '3.3.1') | ||
| require_jar('io.confluent', 'common-utils', '7.3.0') | ||
| require_jar('javax.ws.rs', 'javax.ws.rs-api', '2.1.1') | ||
| require_jar('org.glassfish.jersey.core', 'jersey-common', '2.33') | ||
| require_jar('org.apache.kafka', 'kafka-clients', '2.8.1') | ||
| require_jar('org.apache.kafka', 'kafka-clients', '3.3.1') | ||
| require_jar('com.github.luben', 'zstd-jni', '1.5.2-2') | ||
| require_jar('org.slf4j', 'slf4j-api', '1.7.36') | ||
| require_jar('org.lz4', 'lz4-java', '1.7.1') | ||
| require_jar('org.lz4', 'lz4-java', '1.8.0') | ||
| require_jar('org.xerial.snappy', 'snappy-java', '1.1.8.4') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.