Class CreateClusterLinksOptions

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

@Confluent @Evolving public class CreateClusterLinksOptions extends AbstractOptions<CreateClusterLinksOptions>
Options for ConfluentAdmin.createClusterLinks(Collection, CreateClusterLinksOptions). The API of this class is evolving, see Admin for details.
  • Constructor Details

    • CreateClusterLinksOptions

      public CreateClusterLinksOptions()
  • Method Details

    • validateOnly

      public boolean validateOnly()
      Whether to validate that the cluster links can be created, but not actually create them.
    • validateOnly

      public CreateClusterLinksOptions validateOnly(boolean validateOnly)
      Sets whether to validate that the cluster links can be created, but not actually create them.
    • validateLink

      public boolean validateLink()
      Whether to validate the links to the clusters before creation.
    • validateLink

      public CreateClusterLinksOptions validateLink(boolean validateLink)
      Sets whether to validate the links to the clusters before creation.