Fix #152 Metrics should be divided by group ID of the binding. TopicInformation should carry optional group of the consumer. Improved tests coverage. Added lag metric documentation.
35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
[[spring-cloud-stream-binder-kafka-reference]]
|
|
= Spring Cloud Stream Kafka Binder Reference Guide
|
|
Sabby Anandan, Marius Bogoevici, Eric Bottard, Mark Fisher, Ilayaperumal Gopinathan, Gunnar Hillert, Mark Pollack, Patrick Peralta, Glenn Renfro, Thomas Risberg, Dave Syer, David Turanski, Janne Valkealahti, Benjamin Klein, Henryk Konsek
|
|
:doctype: book
|
|
:toc:
|
|
:toclevels: 4
|
|
:source-highlighter: prettify
|
|
:numbered:
|
|
:icons: font
|
|
:hide-uri-scheme:
|
|
:spring-cloud-stream-binder-kafka-repo: snapshot
|
|
:github-tag: master
|
|
:spring-cloud-stream-binder-kafka-docs-version: current
|
|
:spring-cloud-stream-binder-kafka-docs: http://docs.spring.io/spring-cloud-stream-binder-kafka/docs/{spring-cloud-stream-binder-kafka-docs-version}/reference
|
|
:spring-cloud-stream-binder-kafka-docs-current: http://docs.spring.io/spring-cloud-stream-binder-kafka/docs/current-SNAPSHOT/reference/html/
|
|
:github-repo: spring-cloud/spring-cloud-stream-binder-kafka
|
|
:github-raw: http://raw.github.com/{github-repo}/{github-tag}
|
|
:github-code: http://github.com/{github-repo}/tree/{github-tag}
|
|
:github-wiki: http://github.com/{github-repo}/wiki
|
|
:github-master-code: http://github.com/{github-repo}/tree/master
|
|
:sc-ext: java
|
|
// ======================================================================================
|
|
|
|
= Reference Guide
|
|
include::overview.adoc[]
|
|
include::dlq.adoc[]
|
|
include::metrics.adoc[]
|
|
|
|
= Appendices
|
|
[appendix]
|
|
include::building.adoc[]
|
|
include::contributing.adoc[]
|
|
|
|
// ======================================================================================
|