Class ListConsumerGroupsOptions

    • Constructor Detail

      • ListConsumerGroupsOptions

        public ListConsumerGroupsOptions()
    • Method Detail

      • inStates

        public ListConsumerGroupsOptions inStates​(Set<ConsumerGroupState> states)
        If states is set, only groups in these states will be returned by listConsumerGroups() Otherwise, all groups are returned. This operation is supported by brokers with version 2.6.0 or later.
      • states

        public Set<ConsumerGroupState> states()
        Returns the list of States that are requested or empty if no states have been specified