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

KAFKA-15045: (KIP-924 pt. 2) Implement ApplicationState and KafkaStreamsState #15920

Merged
merged 5 commits into from
May 15, 2024

Commits on May 10, 2024

  1. KAFKA-15045: (KIP-924): Implement ApplicationState and KafkaStreamsState

    This PR implements read-only container classes for ApplicationState and
    KafkaStreamsState, and initializes those within
    StreamsPartitionAssignor#assign.
    
    New internal methods were also added to the ClientState to easily pass
    this data through to the KafkaStreamsState.
    apourchet committed May 10, 2024
    Configuration menu
    Copy the full SHA
    71c9591 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    e3c16c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    715464d View commit details
    Browse the repository at this point in the history
  3. process id string override

    apourchet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    19f52be View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    ca8f328 View commit details
    Browse the repository at this point in the history