-
Notifications
You must be signed in to change notification settings - Fork 0
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
add support for kafka wrapper #12
Conversation
switch { | ||
case | ||
strings.HasPrefix(c.Plugin, "builtin"), | ||
strings.Contains(c.Plugin, "conduit-kafka-connect-wrapper"): |
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.
Nitpick: maybe use c.Plugin == KafkaConnectWrapper
?
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.
@hariso yea, I think we need to rethink how this works lol
e.g. if that plugin is provided we could invoke another image to pull the necessary stuff.
@@ -6,7 +6,7 @@ spec: | |||
running: true | |||
name: generator.log | |||
description: generator pipeline | |||
image: ghcr.io/conduitio/conduit | |||
image: meroxa/conduit-kafka-connect-wrapper |
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.
image: meroxa/conduit-kafka-connect-wrapper | |
image: meroxa/conduit-kafka-connect-wrapper |
Going to close this @hariso, we can reopen this when we need it. |
@lyuboxa sounds good! |
Description
Please include a summary of the change and what type of change it is (new feature, bug fix, refactoring, documentation).
Please also include relevant motivation and context.
List any dependencies that are required for this change.
Fixes # (issue)
Quick checks: