UNPKG

jack-kafka-instance-sdk

Version:
30 lines (29 loc) 751 B
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * Kafka Instance API * API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs * * The version of the OpenAPI document: 0.14.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ConsumerGroupState = void 0; /** * * @export * @enum {string} */ exports.ConsumerGroupState = { Unknown: 'UNKNOWN', PreparingRebalance: 'PREPARING_REBALANCE', CompletingRebalance: 'COMPLETING_REBALANCE', Stable: 'STABLE', Dead: 'DEAD', Empty: 'EMPTY' };