Draft
Conversation
philipp94831
requested changes
Jan 28, 2026
Co-authored-by: Philipp Schirmer <philipp.schirmer@bakdata.com>
|
philipp94831
requested changes
Feb 25, 2026
|
|
||
| ### App | ||
|
|
||
| The **App** represents your application logic implementation. Each application type has its own `App` interface: |
Member
There was a problem hiding this comment.
Suggested change
| The **App** represents your application logic implementation. Each application type has its own `App` interface: | |
| The **App** represents your application logic. Each application type has its own `App` interface: |
| A **ConfiguredApp** pairs an `App` with its configuration. Examples include: | ||
|
|
||
| - `ConfiguredConsumerApp<T extends ConsumerApp>` | ||
| - `ConfiguredProducerApp<T extends ProducerApp>` |
|
|
||
| | Resource Type | Description | Streams Apps | Producer Apps | Consumer Apps | Consumer-Producer Apps | | ||
| |---------------------|-----------------------------------------------------------|--------------|---------------|---------------|------------------------| | ||
| | Output Topics | The main output topic of the application | ✓ | ✓ | N/A | ✓ | |
Member
There was a problem hiding this comment.
Topics the application produces to (or write as a better term?)
| | Resource Type | Description | Streams Apps | Producer Apps | Consumer Apps | Consumer-Producer Apps | | ||
| |---------------------|-----------------------------------------------------------|--------------|---------------|---------------|------------------------| | ||
| | Output Topics | The main output topic of the application | ✓ | ✓ | N/A | ✓ | | ||
| | Intermediate Topics | Topics for stream operations like `through()` | ✓ | N/A | N/A | N/A | |
Member
There was a problem hiding this comment.
through does not exist anymore. "Topics the applications produces to and consumes from"
|
|
||
| Cleanup can be triggered: | ||
|
|
||
| - **Via Command Line**: Helm cleanup jobs |
Member
There was a problem hiding this comment.
No helm here. Provide a CLI example as above with jar
| Cleanup charts are executed as Helm hook Jobs: | ||
|
|
||
| - Run as `pre-install` or `pre-upgrade` hooks | ||
| - Remove: |
|
|
||
| Cleanup charts are executed as Helm hook Jobs: | ||
|
|
||
| - Run as `pre-install` or `pre-upgrade` hooks |
|
|
||
| --- | ||
|
|
||
| ## Environment variable mapping |
|
|
||
| ### Scaling behavior | ||
|
|
||
| KEDA computes the desired number of replicas as: |
Member
There was a problem hiding this comment.
Provide a link to KEDA. No details
|
|
||
| ## Persistence | ||
|
|
||
| Persistence is configured via the `persistence.*` section (Streams applications only): |
Member
There was a problem hiding this comment.
I thinks consumer and consumer/producer also has it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.