diff options
author | Daniel Cruz <dc443y@att.com> | 2019-03-22 08:33:29 -0500 |
---|---|---|
committer | Daniel Cruz <dc443y@att.com> | 2019-03-25 09:11:29 -0500 |
commit | 89d3441bb04047d63ff8f4f586773d7c287e1deb (patch) | |
tree | f61cce38bf849e6ba71aeaf4b83db6999cd46162 /pom.xml | |
parent | d0715ca90465d0f7b3d090234f6b0098194f0101 (diff) |
Add MDC Topic Filtering
A feature to provide configurable properties for network topics
to extrac fields from JSON strings and place them in a mapped
diagnostic context.
Issue-ID: POLICY-1499
Change-Id: Icfca0be3b263ccf1612b79ed617e2b1ffb0317e6
Signed-off-by: Daniel Cruz <dc443y@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ <module>feature-simulators</module> <module>feature-distributed-locking</module> <module>feature-controller-logging</module> + <module>feature-mdc-filters</module> <module>packages</module> </modules> |