com.epam.eco.kafkamanager.ReplicationState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kafka-manager-commons Show documentation
Show all versions of kafka-manager-commons Show documentation
Common models, utilities, etc
The newest version!
package com.epam.eco.kafkamanager;
public enum ReplicationState {
ANY_REPLICATED, FULLY_REPLICATED, UNDER_REPLICATED
}