Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-6697

Integration of the Kafka Java library

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None

      We need to have the maven artifacts as part of the UPS, in order to access the client APIs of the Producer and Consumers as well as Kafka Streaming API:

          <dependency>
            <groupId>org.apache.kafka</groupId>
            <artifactId>kafka-clients</artifactId>
            <version>0.10.2.1</version>
          </dependency>
          <dependency>            
            <groupId>org.apache.kafka</groupId>
            <artifactId>kafka-streams</artifactId>
            <version>0.10.2.1</version>
         </dependency>
      
      

            Unassigned Unassigned
            mwessend@redhat.com Matthias Wessendorf
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: