[DMAAP-CLIENT] Release 1.1.14
[dmaap/messagerouter/dmaapclient.git] / README.md
1 MR Client
2 ==============
3
4 MR Log4J Appender
5 ----------------------
6
7 To configure a MR Log4J appender the following parameters are available:
8
9 (R) Topic [String] - The topic which you wish to publish your log messages to
10 (R) Partition [String]- The partition within the Topic that you wish you publish your log messages to
11 (R) Hosts [String]- A comma separated string containing the MR API server nodes you wish to connect to
12 (O) MaxBatchSize [Integer] - The maximum size of the batch of log messages.
13                     When the batch grows larger than this, the messages are flushed to the topic/partition.
14 (O) MaxAgeMs [Integer] - The maximum age in milliseconds of the batch.
15                 When the batch age is older than this, the messages are flushed to the topic/partition.
16 (O) Compress [Boolean] - Indicates whether you would like your messages compressed or not.
17
18 An example can be found in ./src/main/resources/log4j.xml