Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/metron/pull/853#discussion_r170125479
--- Diff:
metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/impl/AlertServiceImpl.java
---
@@ -37,15 +47,21 @@
@Service
public class AlertServiceImpl implements AlertService {
--- End diff --
I think that is great. At some point, if we are going to do this a few
times we should have a standard naming convention ( separators at least or
something). But that isn't a thing for this PR
---