| Interface | Description |
|---|---|
| KeyingStrategy<E> |
A strategy that can create byte array key for a given
ILoggingEvent. |
| Class | Description |
|---|---|
| ContextNameKeyingStrategy |
This strategy uses logbacks CONTEXT_NAME to partition the log messages to kafka.
|
| HostNameKeyingStrategy |
This strategy uses the HOSTNAME to partition the log messages to kafka.
|
| LoggerNameKeyingStrategy |
This strategy uses the logger name as partitioning key.
|
| RoundRobinKeyingStrategy |
Evenly distributes all written log messages over all available kafka partitions.
|
| ThreadNameKeyingStrategy |
This strategy uses the calling threads name as partitioning key.
|
Copyright © 2015–2016. All rights reserved.