Class EmbeddedKafkaServerApp


  • @PropertySource(value="classpath:${citrus.kafka.server.properties.file:citrus-kafka-server.properties}",
                    ignoreResourceNotFound=true)
    public class EmbeddedKafkaServerApp
    extends Object
    Standalone application provides a main cli entry for running an embedded Kafka server with embedded Zookeeper. Kafka server properties can be set via property file or system properties.
    Since:
    2.8
    Author:
    Christoph Deppisch
    • Constructor Detail

      • EmbeddedKafkaServerApp

        public EmbeddedKafkaServerApp()
    • Method Detail

      • main

        public static void main​(String[] args)
        Main cli method.
        Parameters:
        args -