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

add support for kafka wrapper #12

Closed
wants to merge 1 commit into from

Conversation

lyuboxa
Copy link
Collaborator

@lyuboxa lyuboxa commented Mar 19, 2024

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:

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests.
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

switch {
case
strings.HasPrefix(c.Plugin, "builtin"),
strings.Contains(c.Plugin, "conduit-kafka-connect-wrapper"):
Copy link
Contributor

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?

Copy link
Collaborator Author

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
image: meroxa/conduit-kafka-connect-wrapper
image: meroxa/conduit-kafka-connect-wrapper

@lyuboxa
Copy link
Collaborator Author

lyuboxa commented Sep 12, 2024

Going to close this @hariso, we can reopen this when we need it.

@lyuboxa lyuboxa closed this Sep 12, 2024
@hariso
Copy link
Contributor

hariso commented Sep 12, 2024

@lyuboxa sounds good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants