DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Exceptions
The following new exception is exceptions are added to the org.apache.kafka.common.errors package, corresponding to the new error codes in the Kafka protocol.
StreamsInvalidTopologyStreamsInvalidTopologyException- The supplied topology is invalid. Returned if the client sends a topology that does not fulfill the expected invariants.StreamsInvalidTopologyEpochException - The client provided a invalid topology epoch with respect to the stream group state, for example, the topology was changed by the epoch not bumped.StreamsTopologyFencedException - When a client attempts to join with an outdated topology epoch.
...