[
https://issues.apache.org/jira/browse/STREAMS-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13995339#comment-13995339
]
ASF GitHub Bot commented on STREAMS-75:
---------------------------------------
Github user smashew commented on a diff in the pull request:
https://github.com/apache/incubator-streams/pull/13#discussion_r12543833
--- Diff:
streams-contrib/streams-processor-urls/src/main/java/org/apache/streams/urls/DomainSensitivity.java
---
@@ -0,0 +1,101 @@
+package org.apache.streams.urls;
+
+import java.util.*;
+import java.util.concurrent.ConcurrentHashMap;
+import java.util.concurrent.ConcurrentMap;
+
+/**
+ * This is a static utility helper class to obey domain sensitivity. It
cannot be
--- End diff --
In an ideal world, the user should be able to specify per external IP,
entire runtime, or jvm. at a minimum, something like this should be in place to
be a good internet citizen.
> Refactor contrib/streams-processor-urls
> ---------------------------------------
>
> Key: STREAMS-75
> URL: https://issues.apache.org/jira/browse/STREAMS-75
> Project: Streams
> Issue Type: Bug
> Reporter: Matthew Hager
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> refactor this class for readability and usability.
--
This message was sent by Atlassian JIRA
(v6.2#6252)