All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.datahub.client.model.UpdateKafkaGroupMode Maven / Gradle / Ivy

The newest version!
package com.aliyun.datahub.client.model;

public enum UpdateKafkaGroupMode {
    /**
     * add topics for the given kafka group
     */
    ADD,

    /**
     * remove topics for the given kafka group
     */
    REMOVE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy