All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.evolutiongaming.kafka.journal.package.scala Maven / Gradle / Ivy

The newest version!
package com.evolutiongaming.kafka

import com.evolutiongaming.skafka.consumer.{ConsumerRecord, ConsumerRecords}
import scodec.bits.ByteVector

package object journal {

  type Tag = String

  type Tags = Set[Tag]


  type Headers = Map[String, String]


  type ConsRecord = ConsumerRecord[String, ByteVector]

  type ConsRecords = ConsumerRecords[String, ByteVector]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy