Skip to content
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

Bump Kafka to 3.3.2 #30352

Closed
wants to merge 1 commit into from
Closed

Bump Kafka to 3.3.2 #30352

wants to merge 1 commit into from

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jan 13, 2023

Fixes: #30332

@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/kafka labels Jan 13, 2023
@geoand geoand changed the title Bump to Kafka 3.3.2 Bump Kafka to 3.3.2 Jan 13, 2023
@quarkus-bot

This comment has been minimized.

@cescoffier
Copy link
Member

Hum, seems to be a syncing issue between maven central replicas.
Should we retry the build in 24h?

@geoand
Copy link
Contributor Author

geoand commented Jan 13, 2023

I'll give it another shot on Monday

@quarkus-bot
Copy link

quarkus-bot bot commented Jan 16, 2023

Failing Jobs - Building 2e71b18

Status Name Step Failures Logs Raw logs
Initial JDK 11 Build Build Failures Logs Raw logs

Failures

⚙️ Initial JDK 11 Build #

- Failing: extensions/kafka-client/runtime extensions/micrometer/runtime extensions/schema-registry/apicurio/avro/runtime and 1 more
! Skipped: devtools/bom-descriptor-json docs extensions/kafka-client/deployment and 42 more

📦 extensions/kafka-client/runtime

Failed to execute goal on project quarkus-kafka-client: Could not resolve dependencies for project io.quarkus:quarkus-kafka-client:jar:999-SNAPSHOT: org.apache.kafka:kafka-clients:jar:3.3.2 was not found in https://maven-central.storage-download.googleapis.com/maven2/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of google-maven-central has elapsed or updates are forced

📦 extensions/micrometer/runtime

Failed to execute goal on project quarkus-micrometer: Could not resolve dependencies for project io.quarkus:quarkus-micrometer:jar:999-SNAPSHOT: The following artifacts could not be resolved: org.apache.kafka:kafka-clients:jar:3.3.2, org.apache.kafka:kafka-streams:jar:3.3.2: org.apache.kafka:kafka-clients:jar:3.3.2 was not found in https://maven-central.storage-download.googleapis.com/maven2/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of google-maven-central has elapsed or updates are forced

📦 extensions/schema-registry/apicurio/avro/runtime

Failed to execute goal on project quarkus-apicurio-registry-avro: Could not resolve dependencies for project io.quarkus:quarkus-apicurio-registry-avro:jar:999-SNAPSHOT: org.apache.kafka:kafka-clients:jar:3.3.2 was not found in https://maven-central.storage-download.googleapis.com/maven2/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of google-maven-central has elapsed or updates are forced

📦 test-framework/infinispan-client

Failed to execute goal on project quarkus-test-infinispan-client: Could not resolve dependencies for project io.quarkus:quarkus-test-infinispan-client:jar:999-SNAPSHOT: Could not find artifact org.apache.kafka:kafka-clients:jar:3.3.2 in google-maven-central (https://maven-central.storage-download.googleapis.com/maven2/)

@cescoffier
Copy link
Member

I just checked - 3.3.2 is not available from any Maven central.
The reason is... it does not seem to have been released. I've seen a vote for the .RC1, but not for the final one. This PR may be premature.

@geoand geoand marked this pull request as draft January 16, 2023 07:21
@geoand
Copy link
Contributor Author

geoand commented Jan 16, 2023

Yeah, I'll just leave it as a draft for now

@ozangunalp
Copy link
Contributor

IIRC dependabot runs on this dependency.

@geoand
Copy link
Contributor Author

geoand commented Jan 19, 2023

Closed in favor #30460

@geoand geoand closed this Jan 19, 2023
@quarkus-bot quarkus-bot bot added the triage/invalid This doesn't seem right label Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/kafka triage/invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NPE in toString method for Processor Parameters in kafka-streams 3.3.1 version
3 participants