Class StaleMemberEpochException

All Implemented Interfaces:
Serializable

@Evolving public class StaleMemberEpochException extends ApiException
The StaleMemberEpochException is used in the context of the new consumer group protocol (KIP-848). This error is returned in the OffsetCommit/Fetch APIs when the member epoch received does not match the current member epoch.
See Also:
  • Constructor Details

    • StaleMemberEpochException

      public StaleMemberEpochException(String message)