Java client fails to describe partitions that are DEAD
#9387
Labels
kind/bug
Categorizes an issue or PR as a bug
scope/clients-java
Marks an issue or PR to appear in the Java client section of the changelog
version:1.3.9
version:8.1.0-alpha2
version:8.1.0
Marks an issue as being completely or in parts released in 8.1.0
Describe the bug
PartitionInfoImpl
only accepts partitions that areHEALTHY
orUNHEALTHY
and throws an exception for partitions which areDEAD
.https://github.com/camunda/zeebe/blob/1edfe4f762ef700885859bf87e1370963d3448a1/clients/java/src/main/java/io/camunda/zeebe/client/impl/response/PartitionInfoImpl.java#L46-L56
Expected behavior
PartitionInfoImpl
should also support theDEAD
status and not throw an exception.The text was updated successfully, but these errors were encountered: