-
Notifications
You must be signed in to change notification settings - Fork 109
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
Upgrade kafka docker version 2.6 -> 3.5.1 #2156
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThe changes involve updating the Docker image used for the Kafka service across multiple GitHub Actions workflow files and Docker Compose configuration files. The image has been changed from Changes
Sequence Diagram(s)sequenceDiagram
participant CI as CI/CD Pipeline
participant Kafka as Kafka Service
CI->>Kafka: Start using bitnami/kafka:3.5.1
Kafka-->>CI: Kafka service running with new image
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (6)
- .github/workflows/indexer-reusable-build-and-run-docker-image.yml (1 hunks)
- .github/workflows/indexer-reusable-build-and-run-with-pg-redis-kafka.yml (1 hunks)
- e2e-testing/docker-compose-e2e-test.yml (1 hunks)
- indexer/docker-compose-local-deployment.yml (1 hunks)
- indexer/docker-compose.yml (1 hunks)
- protocol/indexer/msgsender/msgsender_kafka_integration_test.go (1 hunks)
Additional comments not posted (7)
indexer/docker-compose.yml (1)
4-4
: Verify compatibility and configuration options with the new Kafka image.The Kafka Docker image has been updated from
blacktop/kafka:2.6
tobitnami/kafka:3.5.1
. Ensure that the new image is compatible with your existing setup and review the configuration options for any changes.Run the following script to verify the configuration options for the new Kafka image:
.github/workflows/indexer-reusable-build-and-run-with-pg-redis-kafka.yml (1)
29-29
: Verify compatibility and configuration options with the new Kafka image.The Kafka Docker image has been updated from
blacktop/kafka:2.6
tobitnami/kafka:3.5.1
. Ensure that the new image is compatible with your existing setup and review the configuration options for any changes.Run the following script to verify the configuration options for the new Kafka image:
.github/workflows/indexer-reusable-build-and-run-docker-image.yml (1)
30-30
: Verify compatibility and configuration options with the new Kafka image.The Kafka Docker image has been updated from
blacktop/kafka:2.6
tobitnami/kafka:3.5.1
. Ensure that the new image is compatible with your existing setup and review the configuration options for any changes.Run the following script to verify the configuration options for the new Kafka image:
protocol/indexer/msgsender/msgsender_kafka_integration_test.go (2)
47-47
: LGTM!The repository for the Kafka Docker image has been correctly updated to
bitnami/kafka
.The code change is approved.
48-48
: LGTM!The tag for the Kafka Docker image has been correctly updated to
3.5.1
.The code change is approved.
indexer/docker-compose-local-deployment.yml (1)
4-4
: LGTM!The image for the Kafka service has been correctly updated to
bitnami/kafka:3.5.1
.The code change is approved.
e2e-testing/docker-compose-e2e-test.yml (1)
4-4
: LGTM!The image for the Kafka service has been correctly updated to
bitnami/kafka:3.5.1
.The code change is approved.
Changelist
[Describe or list the changes made in this PR]
Test Plan
[Describe how this PR was tested (if applicable)]
Author/Reviewer Checklist
state-breaking
label.indexer-postgres-breaking
label.PrepareProposal
orProcessProposal
, manually add the labelproposal-breaking
.feature:[feature-name]
.backport/[branch-name]
.refactor
,chore
,bug
.Summary by CodeRabbit
New Features
Bug Fixes
Documentation