Interface KafkaEndpointBuilderFactory.KafkaBuilders

    • Method Detail

      • kafka

        default KafkaEndpointBuilderFactory.KafkaEndpointBuilder kafka​(String path)
        Kafka (camel-kafka) Sent and receive messages to/from an Apache Kafka broker. Category: messaging Since: 2.13 Maven coordinates: org.apache.camel:camel-kafka Syntax: kafka:topic Path parameter: topic (required) Name of the topic to use. On the consumer you can use comma to separate multiple topics. A producer can only send a message to a single topic.
        Parameters:
        path - topic
      • kafka

        default KafkaEndpointBuilderFactory.KafkaEndpointBuilder kafka​(String componentName,
                                                                       String path)
        Kafka (camel-kafka) Sent and receive messages to/from an Apache Kafka broker. Category: messaging Since: 2.13 Maven coordinates: org.apache.camel:camel-kafka Syntax: kafka:topic Path parameter: topic (required) Name of the topic to use. On the consumer you can use comma to separate multiple topics. A producer can only send a message to a single topic.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - topic