jackhalfalltrades commented on code in PR #307:
URL: https://github.com/apache/atlas/pull/307#discussion_r2066782559


##########
webapp/src/main/java/org/apache/atlas/notification/NotificationHookConsumer.java:
##########
@@ -170,9 +177,9 @@ public class NotificationHookConsumer implements Service, 
ActiveStateChangeHandl
     private static final int    KAFKA_CONSUMER_SHUTDOWN_WAIT                   
 = 30000;
     private static final String ATLAS_HOOK_CONSUMER_THREAD_NAME                
 = "atlas-hook-consumer-thread";
     private static final String ATLAS_HOOK_UNSORTED_CONSUMER_THREAD_NAME       
 = "atlas-hook-unsorted-consumer-thread";
+    private static final String ATLAS_IMPORT_CONSUMER_THREAD_PREFIX            
 = "atlas-import-consumer-thread-";

Review Comment:
   The actual underlying hook consumers use the 
ATLAS_IMPORT_CONSUMER_THREAD_PREFIX + importId
   
   ```
   for (final NotificationConsumer<HookNotification> consumer : 
notificationConsumers) {
               String hookConsumerName = ATLAS_IMPORT_CONSUMER_THREAD_PREFIX + 
importId;
               ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to