Yuta HIGUCHI
Committed by Gerrit Code Review

ClusterMessagingProtocol: initialize on demand

Change-Id: I58b6dfb4c1756a2ee097847b1b3363d829d25676
...@@ -44,7 +44,7 @@ import org.slf4j.Logger; ...@@ -44,7 +44,7 @@ import org.slf4j.Logger;
44 /** 44 /**
45 * ONOS Cluster messaging based Copycat protocol. 45 * ONOS Cluster messaging based Copycat protocol.
46 */ 46 */
47 -@Component(immediate = true) 47 +@Component(immediate = false)
48 @Service 48 @Service
49 public class ClusterMessagingProtocol 49 public class ClusterMessagingProtocol
50 implements DatabaseProtocolService, Protocol<TcpMember> { 50 implements DatabaseProtocolService, Protocol<TcpMember> {
......