package codec
- Source
- codec.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- codec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
kafkaArray[A](codec: Codec[A]): Codec[Vector[A]]
encoded kafka array *
- val kafkaBrokerId: Codec[@@[Int, Broker]]
- val kafkaDate: Codec[Date]
- val kafkaError: Codec[Option[ErrorType.Value]]
- val kafkaOffset: Codec[@@[Long, Offset]]
-
val
kafkaOptionalString: Codec[Option[String]]
kafka string that may signal None (null) by passing -1 to its size *
- val kafkaPartitionId: Codec[@@[Int, PartitionId]]
-
val
kafkaRequiredString: Codec[String]
kafka string that must be present *
- val kafkaTopicName: Codec[@@[String, TopicName]]
-
object
FetchCodec
Created by pach on 27/08/16.
- object GZipCompression
- object MessageCodec
-
object
MessageSetCodec
Codec for kafka's set of messages.
Codec for kafka's set of messages. Supports arbitrary nested compressed sets.
- object MetadataCodec
-
object
OffsetCodec
Created by pach on 30/05/17.
- object ProduceCodec
- object SnappyCompression
- object StreamCompression