Package

spinoco.protocol.kafka

codec

Permalink

package codec

Source
codec.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. codec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object FetchCodec

    Permalink

    Created by pach on 27/08/16.

  2. object GZipCompression

    Permalink
  3. object MessageCodec

    Permalink
  4. object MessageSetCodec

    Permalink

    Codec for kafka's set of messages.

    Codec for kafka's set of messages. Supports arbitrary nested compressed sets.

  5. object MetadataCodec

    Permalink
  6. object OffsetCodec

    Permalink

    Created by pach on 30/05/17.

  7. object ProduceCodec

    Permalink
  8. object SnappyCompression

    Permalink
  9. object StreamCompression

    Permalink
  10. def kafkaArray[A](codec: Codec[A]): Codec[Vector[A]]

    Permalink

    encoded kafka array *

  11. val kafkaBrokerId: Codec[@@[Int, Broker]]

    Permalink
  12. val kafkaDate: Codec[Date]

    Permalink
  13. val kafkaError: Codec[Option[ErrorType.Value]]

    Permalink
  14. val kafkaOffset: Codec[@@[Long, Offset]]

    Permalink
  15. val kafkaOptionalString: Codec[Option[String]]

    Permalink

    kafka string that may signal None (null) by passing -1 to its size *

  16. val kafkaPartitionId: Codec[@@[Int, PartitionId]]

    Permalink
  17. val kafkaRequiredString: Codec[String]

    Permalink

    kafka string that must be present *

  18. val kafkaTopicName: Codec[@@[String, TopicName]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped