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

KPOps generate breaks when source connector is defined in the middle of the pipeline #393

Open
raminqaf opened this issue Dec 11, 2023 · 1 comment
Labels
type/bug Something isn't working

Comments

@raminqaf
Copy link
Contributor

raminqaf commented Dec 11, 2023

Whenever we define a source connector in the middle of the pipeline (without defining the from section), KPOps automatically adds the FromSection to the source connector, which leads to the following error:

NotImplementedError: Kafka source connector doesn't support FromSection

This is probably an error that will occur with a producer.

One way to solve this issue is not to generate the from section automatically if the type is ProducerApp or SourceConnector. Alternatively, we can ignore the from section and instead of an exception, log a warning.

@raminqaf raminqaf added the type/bug Something isn't working label Dec 11, 2023
@irux
Copy link
Contributor

irux commented Jan 17, 2024

So for example

  • producer
  • source
  • producer/app ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants