Felice is a nascent, opinionated Kafka library for Go, in Go.
Currently you can use Felice to send and cosume messages via Kafka topics. We intend to add more advanced features shortly.
Felice is very much a work in progress. As of 06th Demember 2018 Felice's most basic message sending and consuming functions are ready for use, but we are not yet ready to rule out future changes to the public interfaces of the code. proceed with caution.
Felice Bauer was, at one time, Franz Kafka's fiance. He wrote her many messages, which she faithfuly kept, and later published.
If you wish to send messages via Kafka, you should start by reading
the documentation for the producer
package. If you wish to consume
messages from Kafka, you should start by reading the documentation for
the consumer
package. The message
package contains the Message
type that is
shared by both consumer
and producer
code.