Skip to content

Fill docs with content#392

Draft
vostres wants to merge 9 commits intofeature/docs-tocfrom
feature/docs-content
Draft

Fill docs with content#392
vostres wants to merge 9 commits intofeature/docs-tocfrom
feature/docs-content

Conversation

@vostres
Copy link
Contributor

@vostres vostres commented Jan 28, 2026

No description provided.

@vostres vostres changed the base branch from master to feature/docs-toc January 28, 2026 10:00
vostres and others added 2 commits January 28, 2026 12:08
Co-authored-by: Philipp Schirmer <philipp.schirmer@bakdata.com>
@vostres vostres self-assigned this Jan 28, 2026
@vostres vostres requested a review from philipp94831 February 9, 2026 08:02
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 9, 2026


### App

The **App** represents your application logic implementation. Each application type has its own `App` interface:
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
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>`
Copy link
Member

Choose a reason for hiding this comment

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

complete the list


| Resource Type | Description | Streams Apps | Producer Apps | Consumer Apps | Consumer-Producer Apps |
|---------------------|-----------------------------------------------------------|--------------|---------------|---------------|------------------------|
| Output Topics | The main output topic of the application | ✓ | ✓ | N/A | ✓ |
Copy link
Member

Choose a reason for hiding this comment

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

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

Choose a reason for hiding this comment

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

through does not exist anymore. "Topics the applications produces to and consumes from"


Cleanup can be triggered:

- **Via Command Line**: Helm cleanup jobs
Copy link
Member

Choose a reason for hiding this comment

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

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

Choose a reason for hiding this comment

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

do not repeat here


Cleanup charts are executed as Helm hook Jobs:

- Run as `pre-install` or `pre-upgrade` hooks
Copy link
Member

Choose a reason for hiding this comment

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

I have never done that


---

## Environment variable mapping
Copy link
Member

Choose a reason for hiding this comment

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

Don't repeat here


### Scaling behavior

KEDA computes the desired number of replicas as:
Copy link
Member

Choose a reason for hiding this comment

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

Provide a link to KEDA. No details


## Persistence

Persistence is configured via the `persistence.*` section (Streams applications only):
Copy link
Member

Choose a reason for hiding this comment

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

I thinks consumer and consumer/producer also has it

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