Kafka-15444: Native docker image for Apache Kafka(KIP-974) #15927
Merged
Conversation
omkreddy
reviewed
May 17, 2024
Contributor
Author
The github workflows uses the build, test and release scripts.
Sure. I will add this Readme in the documentation PR. |
omkreddy
approved these changes
May 22, 2024
omkreddy
left a comment
Contributor
There was a problem hiding this comment.
@kagarwal06 Thanks for the PR. LGTM
3 tasks
rreddy-22
pushed a commit
to rreddy-22/kafka-rreddy
that referenced
this pull request
May 24, 2024
…5927) This PR aims to add Docker Image for GraalVM based Native Kafka Broker as per the following KIP - https://cwiki.apache.org/confluence/display/KAFKA/KIP-974%3A+Docker+Image+for+GraalVM+based+Native+Kafka+Broker This PR adds the following functionalities: Ability to build the docker image for Native Apache Kafka - Dockerfile - Launch script - metadata configs required by graalVM native-image: link Add Kafka startup ability in the KafkaDockerWrapper.scala Ability to build and test the image - integrated with the existing JVM docker image framework.
chiacyu
pushed a commit
to chiacyu/kafka
that referenced
this pull request
Jun 1, 2024
…5927) This PR aims to add Docker Image for GraalVM based Native Kafka Broker as per the following KIP - https://cwiki.apache.org/confluence/display/KAFKA/KIP-974%3A+Docker+Image+for+GraalVM+based+Native+Kafka+Broker This PR adds the following functionalities: Ability to build the docker image for Native Apache Kafka - Dockerfile - Launch script - metadata configs required by graalVM native-image: link Add Kafka startup ability in the KafkaDockerWrapper.scala Ability to build and test the image - integrated with the existing JVM docker image framework.
TaiJuWu
pushed a commit
to TaiJuWu/kafka
that referenced
this pull request
Jun 8, 2024
…5927) This PR aims to add Docker Image for GraalVM based Native Kafka Broker as per the following KIP - https://cwiki.apache.org/confluence/display/KAFKA/KIP-974%3A+Docker+Image+for+GraalVM+based+Native+Kafka+Broker This PR adds the following functionalities: Ability to build the docker image for Native Apache Kafka - Dockerfile - Launch script - metadata configs required by graalVM native-image: link Add Kafka startup ability in the KafkaDockerWrapper.scala Ability to build and test the image - integrated with the existing JVM docker image framework.
gongxuanzhang
pushed a commit
to gongxuanzhang/kafka
that referenced
this pull request
Jun 12, 2024
…5927) This PR aims to add Docker Image for GraalVM based Native Kafka Broker as per the following KIP - https://cwiki.apache.org/confluence/display/KAFKA/KIP-974%3A+Docker+Image+for+GraalVM+based+Native+Kafka+Broker This PR adds the following functionalities: Ability to build the docker image for Native Apache Kafka - Dockerfile - Launch script - metadata configs required by graalVM native-image: link Add Kafka startup ability in the KafkaDockerWrapper.scala Ability to build and test the image - integrated with the existing JVM docker image framework.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR aims to add Docker Image for GraalVM based Native Kafka Broker as per the following KIP - https://cwiki.apache.org/confluence/display/KAFKA/KIP-974%3A+Docker+Image+for+GraalVM+based+Native+Kafka+Broker
This PR adds the following functionalities:
Testing:
I modified the internal system tests pipeline to run System tests via vagrant on native iAK. The test results were comparable with the System tests results of AK.
I will raise the PR to integrate the native AK with System tests post this PR merge.
Post this PR:
Committer Checklist (excluded from commit message)