tillkuhn / rubin

💿 rubin - a simple record producer for Kafka topics written in Go that acts as a thin wrapper around Confluent's REST Proxy API (v3)
https://pkg.go.dev/github.com/tillkuhn/rubin
Apache License 2.0
1 stars 0 forks source link

Improve support for logger injection #22

Open tillkuhn opened 6 months ago

tillkuhn commented 6 months ago

If used as a library, it would be good if we could provide better support to inject the logger from the client. Switch to zerolog as it has better context integration support?