| 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 as kafka message key.
|
| HostNameKeyingStrategy |
This strategy uses the HOSTNAME as kafka message key.
|
| LoggerNameKeyingStrategy |
This strategy uses the logger name as partitioning key.
|
| NoKeyKeyingStrategy |
Evenly distributes all written log messages over all available kafka partitions.
|
| ThreadNameKeyingStrategy |
This strategy uses the calling threads name as partitioning key.
|
Copyright © 2015–2018. All rights reserved.