Class DescribeFeaturesOptions

java.lang.Object
org.apache.kafka.clients.admin.AbstractOptions<DescribeFeaturesOptions>
org.apache.kafka.clients.admin.DescribeFeaturesOptions

public class DescribeFeaturesOptions extends AbstractOptions<DescribeFeaturesOptions>
  • Constructor Details

    • DescribeFeaturesOptions

      public DescribeFeaturesOptions()
  • Method Details

    • nodeId

      public DescribeFeaturesOptions nodeId(int nodeId)
      Set the node id to which the request should be sent.
    • nodeId

      public OptionalInt nodeId()
      The node id to which the request should be sent. If the node id is empty, the request will be sent to the arbitrary controller/broker.