Class KafkaRequestMirroringHandler
- java.lang.Object
-
- org.apache.solr.crossdc.update.processor.KafkaRequestMirroringHandler
-
- All Implemented Interfaces:
RequestMirroringHandler
public class KafkaRequestMirroringHandler extends Object implements RequestMirroringHandler
-
-
Constructor Summary
Constructors Constructor Description KafkaRequestMirroringHandler(KafkaMirroringSink sink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmirror(org.apache.solr.client.solrj.request.UpdateRequest request)When called, should handle submitting the request to the queue
-
-
-
Constructor Detail
-
KafkaRequestMirroringHandler
public KafkaRequestMirroringHandler(KafkaMirroringSink sink)
-
-
Method Detail
-
mirror
public void mirror(org.apache.solr.client.solrj.request.UpdateRequest request) throws MirroringExceptionWhen called, should handle submitting the request to the queue- Specified by:
mirrorin interfaceRequestMirroringHandler- Parameters:
request- to mirror- Throws:
MirroringException
-
-