Enum Class TaskAssignor.AssignmentError

java.lang.Object
java.lang.Enum<TaskAssignor.AssignmentError>
org.apache.kafka.streams.processor.assignment.TaskAssignor.AssignmentError
All Implemented Interfaces:
Serializable, Comparable<TaskAssignor.AssignmentError>, Constable
Enclosing interface:
TaskAssignor

public static enum TaskAssignor.AssignmentErrorextends Enum<TaskAssignor.AssignmentError>
NONE: no error detected ACTIVE_TASK_ASSIGNED_MULTIPLE_TIMES: multiple KafkaStreams clients assigned with the same active task INVALID_STANDBY_TASK: stateless task assigned as a standby task MISSING_PROCESS_ID: ProcessId present in the input ApplicationState was not present in the output TaskAssignment UNKNOWN_PROCESS_ID: unrecognized ProcessId not matching any of the participating consumers UNKNOWN_TASK_ID: unrecognized TaskId not matching any of the tasks to be assigned