Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tendant/simple-timbre-kafka-appender
Yet another simple timbre kafka appender
https://github.com/tendant/simple-timbre-kafka-appender
Last synced: about 13 hours ago
JSON representation
Yet another simple timbre kafka appender
- Host: GitHub
- URL: https://github.com/tendant/simple-timbre-kafka-appender
- Owner: tendant
- License: epl-1.0
- Created: 2017-11-06T22:13:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T00:36:00.000Z (about 7 years ago)
- Last Synced: 2024-10-12T13:31:21.533Z (about 1 month ago)
- Language: Clojure
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-timbre-kafka-appender
A Clojure library designed to ... well, that part is up to you.
## Usage
```clojure
(let [bootstrap-servers ["localhost:9092"]
topic-name "test"]
(timbre/merge-config! {:level :info
:appenders {:kafka {:enabled? true
:async? true
;; :output-fn :inherit
:fn (kafka-appender bootstrap-servers topic-name)}}})
(timbre/info "test info"))
```## License
Copyright © 2017 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.