jar

com.tencent.bk.base.datahub : kafka-streams-examples

Maven & Gradle

Dec 27, 2021
0 stars

Apache Kafka · Apache Kafka modified by Tencent blueking

Table Of Contents

Latest Version

Download com.tencent.bk.base.datahub : kafka-streams-examples JAR file - Latest Versions:

All Versions

Download com.tencent.bk.base.datahub : kafka-streams-examples JAR file - All Versions:

Version Vulnerabilities Size Updated
0.10.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kafka-streams-examples-0.10.2.0-bkbase.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.kafka.streams.examples.wordcount

├─ org.apache.kafka.streams.examples.wordcount.WordCountDemo.class - [JAR]

├─ org.apache.kafka.streams.examples.wordcount.WordCountProcessorDemo.class - [JAR]

org.apache.kafka.streams.examples.pageview

├─ org.apache.kafka.streams.examples.pageview.JsonPOJODeserializer.class - [JAR]

├─ org.apache.kafka.streams.examples.pageview.JsonPOJOSerializer.class - [JAR]

├─ org.apache.kafka.streams.examples.pageview.JsonTimestampExtractor.class - [JAR]

├─ org.apache.kafka.streams.examples.pageview.PageViewTypedDemo.class - [JAR]

├─ org.apache.kafka.streams.examples.pageview.PageViewUntypedDemo.class - [JAR]

org.apache.kafka.streams.examples.pipe

├─ org.apache.kafka.streams.examples.pipe.PipeDemo.class - [JAR]

Advertisement