commit | 9e892a54a3598b0d8f91b5e7456fc6496aec56b8 | [log] [tgz] |
---|---|---|
author | Surendra Reddy Katam <SK00524980@techmahindra.com> | Fri Mar 30 16:19:02 2018 +0530 |
committer | Surendra Reddy Katam <SK00524980@techmahindra.com> | Fri Mar 30 16:19:02 2018 +0530 |
tree | 4cfe1c3e4e649450847e47631837d0901d35abe0 | |
parent | 55f758eafc0a1a3c8707a2e5110a053b961e166d [diff] |
Sonar critical issues Define and throw a dedicated exception instead of using a generic one Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AWFShR4Oof9FJ6jfXJqo&resolved=false&severities=CRITICAL Location: src/main/java/com/att/nsa/mr/test/clients/SampleConsumer.java Line No-84 Change-Id: Ic9fe6369a1b892e5b42760f569278fd09463a803 Issue-ID: DMAAP-373 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
To configure a MR Log4J appender the following parameters are available:
(R) Topic [String] - The topic which you wish to publish your log messages to (R) Partition [String]- The partition within the Topic that you wish you publish your log messages to (R) Hosts [String]- A comma separated string containing the MR API server nodes you wish to connect to (O) MaxBatchSize [Integer] - The maximum size of the batch of log messages. When the batch grows larger than this, the messages are flushed to the topic/partition. (O) MaxAgeMs [Integer] - The maximum age in milliseconds of the batch. When the batch age is older than this, the messages are flushed to the topic/partition. (O) Compress [Boolean] - Indicates whether you would like your messages compressed or not.
An example can be found in ./src/main/resources/log4j.xml