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:
    Serialized Form
    • Constructor Detail

      • StaleMemberEpochException

        public StaleMemberEpochException​(String message)