sarama.go 328 B

12345678
  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. If not, sarama/protocol contains the low-level API that gives you exact control over what goes on the wire.
  5. */
  6. package sarama