commit | 66c5b969bf5743e59b077a30923262e5e5acfa40 | [log] [tgz] |
---|---|---|
author | Surendra Reddy Katam <SK00524980@techmahindra.com> | Fri Apr 06 15:48:33 2018 +0530 |
committer | Surendra Reddy Katam <SK00524980@techmahindra.com> | Fri Apr 06 15:48:33 2018 +0530 |
tree | dea5c22b48b8b4687dff731f62b79499a21f46ce | |
parent | 9b15d3e20c77b6a88e2441d355fe4c196ec05bd7 [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=AV4-MbT632hFUzlqc5gn&resolved=false&severities=CRITICAL Location: src/main/java/com/att/nsa/mr/dme/client/SimpleExamplePublisher.java Line No-49 Change-Id: Ic2e6f3634cd63906accfa6e6cb594506cffc4ab9 Issue-ID: DMAAP-395 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