Skip to content

feat: add consumer app#644

Draft
jnsrnhld wants to merge 10 commits intomainfrom
feature/consumerapp
Draft

feat: add consumer app#644
jnsrnhld wants to merge 10 commits intomainfrom
feature/consumerapp

Conversation

@jnsrnhld
Copy link

No description provided.

Copy link
Member

@disrupted disrupted left a comment

Choose a reason for hiding this comment

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

looks good! I only added some minor remarks and created the docs for it

Helm,
"get_values",
return_value={
"image": "registry/producer-app",
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": "registry/producer-app",
"image": "registry/consumer-app",

from kpops.components.streams_bootstrap.consumer.consumer_app import (
ConsumerAppCleaner,
)
from kpops.components.streams_bootstrap.streams.model import (
Copy link
Member

Choose a reason for hiding this comment

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

since you moved them

Suggested change
from kpops.components.streams_bootstrap.streams.model import (
from kpops.components.streams_bootstrap.common.model import (

please also check if the import needs to updated elsewhere, e.g. in test_streams_app

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.

2 participants