Skip to content

Kafka Streams runner: expose topic-level configuration for runner-created topics #39565

Description

@junaiddshaukat

Summary

The Kafka Streams runner creates its own internal topics (a bootstrap topic per Impulse and Read, a repartition topic per GroupByKey). Today only the partition count (--internalParallelism) and replication factor are configurable.

A user should be able to set the rest of the topic-level configuration — retention, compaction, segment settings, min.insync.replicas and so on. Two options discussed on #39546: pass a JSON-serialized dictionary of topic configs, and/or expose the most common ones as separate pipeline options.

Part of #18479.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions