Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Status

Current state:  Under DiscussionAccepted

Discussion thread: None

Voting thread : Herehere [Change the link from the KIP proposal email archive to your own email thread]

JIRA:

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyKAFKA-10316

...

Update the existing Tests to use the new getters of KeyQueryMetadata.java . Below are the Test classes that needs to be updated.update with new getters 

  • OptimizedKTableIntegrationTest.java
  • QueryableStateIntegrationTest.java
  • StoreQueryIntegrationTest.java
  • StreamsMetadataStateTest.java

Compatibility, Deprecation, and Migration Plan

  • The users using getActiveHostUsers using `getActiveHost()`, `getStandbyHosts()`, and `getPartition()` are not effected. These methods will be deprecated. 
  • Users using getActiveHostusing `getActiveHost()`, `getStandbyHosts()`, and `getPartition()` can update their code to use `activeHost()`, `standbyHosts()`, and `partition()`

...