sarama.go 520 B

12345678910
  1. /*
  2. Package sarama provides client libraries for the Kafka 0.8 protocol.
  3. Package sarama is a dummy package, you almost certainly want sarama/kafka instead, which contains the high-level `userspace` API.
  4. The sarama/kafka package is built on sarama/protocol, which contains the lower-level API that gives you control over which requests get sent to which brokers.
  5. The sarama/protocol package is build on sarama/encoding, which implements the Kafka encoding rules for strings and other data structures.
  6. */
  7. package sarama