jar

io.github.vooft : kotlin-kafka-client-common-jvm

Maven & Gradle

Jun 23, 2024
1 stars

kotlin-kafka-client · Kotlin Multiplatform implementation of Kafka Client

Table Of Contents

Latest Version

Download io.github.vooft : kotlin-kafka-client-common-jvm JAR file - Latest Versions:

All Versions

Download io.github.vooft : kotlin-kafka-client-common-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.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 kotlin-kafka-client-common-jvm-0.4.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.vooft.kafka.common.types

├─ io.github.vooft.kafka.common.types.BrokerAddress.class - [JAR]

├─ io.github.vooft.kafka.common.types.GroupId.class - [JAR]

├─ io.github.vooft.kafka.common.types.KafkaTopic.class - [JAR]

├─ io.github.vooft.kafka.common.types.MemberId.class - [JAR]

├─ io.github.vooft.kafka.common.types.NodeId.class - [JAR]

├─ io.github.vooft.kafka.common.types.PartitionIndex.class - [JAR]

├─ io.github.vooft.kafka.common.types.PartitionOffset.class - [JAR]

io.github.vooft.kafka.common.annotations

├─ io.github.vooft.kafka.common.annotations.IntEncoding.class - [JAR]

├─ io.github.vooft.kafka.common.annotations.KafkaBytesSizePrefixed.class - [JAR]

├─ io.github.vooft.kafka.common.annotations.KafkaCollection.class - [JAR]

├─ io.github.vooft.kafka.common.annotations.KafkaCrc32cPrefixed.class - [JAR]

├─ io.github.vooft.kafka.common.annotations.KafkaString.class - [JAR]