Class AvroBlackHoleResponseStoreClientImpl<K,V>

All Implemented Interfaces:
AvroGenericReadComputeStoreClient<K,V>, AvroGenericStoreClient<K,V>, Closeable, AutoCloseable

public class AvroBlackHoleResponseStoreClientImpl<K,V> extends AvroGenericStoreClientImpl<K,V>
This class should be used for experiments only. It is able to send out requests, but responses from Venice Router will be ignored. TODO: Currently it only works for compute streaming. Need to support single-get, batch-get and regular read compute.