Class RaftVoterEndpoint

java.lang.Object
org.apache.kafka.clients.admin.RaftVoterEndpoint

@Stable public class RaftVoterEndpoint extends Object
An endpoint for a raft quorum voter.
  • Constructor Details

    • RaftVoterEndpoint

      public RaftVoterEndpoint(String name, String host, int port)
      Create an endpoint for a metadata quorum voter.
      Parameters:
      name - The human-readable name for this endpoint. For example, CONTROLLER.
      host - The DNS hostname for this endpoint.
      port - The network port for this endpoint.
  • Method Details