From 75610e92a74417f77bf74b85d39c40460bb60dfa Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Thu, 23 Jun 2016 22:34:34 -0600 Subject: [PATCH] added todo --- .../cloud/netflix/hystrix/stream/HystrixStreamTask.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-cloud-netflix-hystrix-stream/src/main/java/org/springframework/cloud/netflix/hystrix/stream/HystrixStreamTask.java b/spring-cloud-netflix-hystrix-stream/src/main/java/org/springframework/cloud/netflix/hystrix/stream/HystrixStreamTask.java index 214fe22f..66aa2140 100644 --- a/spring-cloud-netflix-hystrix-stream/src/main/java/org/springframework/cloud/netflix/hystrix/stream/HystrixStreamTask.java +++ b/spring-cloud-netflix-hystrix-stream/src/main/java/org/springframework/cloud/netflix/hystrix/stream/HystrixStreamTask.java @@ -68,6 +68,7 @@ public class HystrixStreamTask implements ApplicationContextAware { private HystrixStreamProperties properties; // Visible for testing + // TODO: configurable size. final LinkedBlockingQueue jsonMetrics = new LinkedBlockingQueue<>( 1000);