UNPKG

@message-queue-toolkit/kafka

Version:
5 lines 232 B
// Kafka protocol error codes (see https://kafka.apache.org/11/protocol.html) export const ILLEGAL_GENERATION = 22; export const UNKNOWN_MEMBER_ID = 25; export const REBALANCE_IN_PROGRESS = 27; //# sourceMappingURL=errorCodes.js.map