Versions Compared

Key

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

...

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

  • 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()`

...