-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Kafka Connect sidecar container #26
Labels
Comments
tomncooper
pushed a commit
to tomncooper/strimzi-kafka-operator
that referenced
this issue
Mar 6, 2020
Fix tests from last merge from cruise-control-master
We didn't saw a lot of demand for it and it does not fit very well into the Operator pattern. This issue should be rejected. |
david-simon
pushed a commit
to david-simon/strimzi-kafka-operator
that referenced
this issue
Mar 28, 2024
Unit test enhancements & ryuk disablement (strimzi#20) just coping what strmzi does in .azure/templates/jobs/build/test_strimzi.yaml CSMDS-297: System test runner for parametrized job (strimzi#21) Adjusting env_setup script to use internal docker images and setup registry for minikube (strimzi#26) CSMDS-297: Systemtest executor on VPC, via quasar (strimzi#25) CSMDS-297: Checkout pr ref only in case gbn relates to strimzi pr (strimzi#30) CSMDS-374: Internalize minikube plugin images (strimzi#32)
david-simon
added a commit
to david-simon/strimzi-kafka-operator
that referenced
this issue
Apr 5, 2024
Unit test enhancements & ryuk disablement (strimzi#20) just coping what strmzi does in .azure/templates/jobs/build/test_strimzi.yaml CSMDS-297: System test runner for parametrized job (strimzi#21) Adjusting env_setup script to use internal docker images and setup registry for minikube (strimzi#26) CSMDS-297: Systemtest executor on VPC, via quasar (strimzi#25) CSMDS-297: Checkout pr ref only in case gbn relates to strimzi pr (strimzi#30) CSMDS-374: Internalize minikube plugin images (strimzi#32)
david-simon
added a commit
to david-simon/strimzi-kafka-operator
that referenced
this issue
Feb 11, 2025
Unit test enhancements & ryuk disablement (strimzi#20) just coping what strmzi does in .azure/templates/jobs/build/test_strimzi.yaml CSMDS-297: System test runner for parametrized job (strimzi#21) Adjusting env_setup script to use internal docker images and setup registry for minikube (strimzi#26) CSMDS-297: Systemtest executor on VPC, via quasar (strimzi#25) CSMDS-297: Checkout pr ref only in case gbn relates to strimzi pr (strimzi#30) CSMDS-374: Internalize minikube plugin images (strimzi#32) Readme about running tests in docker locally (strimzi#78) CSMDS-468: Using DOCKER_TAG if provided when setting the defaultImageTag in helm (strimzi#61) CSMDS-528: Internalize kafka-exporter tars (strimzi#86) CSMDS-499: Accepting extra args in unit test runner (strimzi#83) CSMDS-520: Bump base image version to 8.9-1161 (strimzi#85) * CSMDS-520: Bump base image version to 8.9-1161 * bump maven-builder image CSMDS-563: config-model artifact is required in local maven repo for config-model-generator CSMDS-575: Modify profile usage in execute_systemtests.sh CSMDS-364: Enabling Connect systemtests and configuring environment, test setup (strimzi#154) CSMDS-768: kafka.version override fix in strimzi unit test and docker image listing (strimzi#191) CSMDS-774: Set the MAVEN_REPO env var for strimzi systemtests for the connect-file url CSMDS-774: Ability to override maven repo of connect-file url in systemtests CSMDS-777: Set kaniko image and tiered kafka image env vars for systemtest (strimzi#4)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we provide in Barnabas only distributed Kafka Connect cluster. In some cases users might be also interested in running standalone Kafka Connect. For example as a sidecar container which will be loading file records written by other container from the same Pod into Kafka (or from Kafka).
For this it would be great if we could provide a Docker image which would contain standalone Kafka Connect and which could be easily included in Pods as a sidecar.
The text was updated successfully, but these errors were encountered: