Package kafka.consumer

Examples of kafka.consumer.ZookeeperConsumerConnector


  private final ZookeeperConsumerConnector consumer;
  private final String topic;
 
  public Consumer(String topic)
  {
    consumer = new ZookeeperConsumerConnector(createConsumerConfig());
    this.topic = topic;
  }
View Full Code Here

TOP

Related Classes of kafka.consumer.ZookeeperConsumerConnector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.