busbey commented on a change in pull request #34: HBASE-22599 Let
hbase-connectors compile against HBase 2.2.0
URL: https://github.com/apache/hbase-connectors/pull/34#discussion_r301687377
##########
File path:
kafka/hbase-kafka-proxy/src/main/java/org/apache/hadoop/hbase/kafka/KafkaBridgeConnection.java
##########
@@ -40,22 +40,15 @@
import org.apache.kafka.clients.producer.Producer;
import org.apache.kafka.clients.producer.ProducerConfig;
import org.apache.yetus.audience.InterfaceAudience;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-
+import
org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesting;
/**
* a alternative implementation of a connection object that forwards the
mutations to a kafka queue
* depending on the routing rules (see kafka-route-rules.xml).
* */
@InterfaceAudience.Private
public class KafkaBridgeConnection implements Connection {
- private static final Logger LOG =
LoggerFactory.getLogger(KafkaBridgeConnection.class);
Review comment:
why are we dropping the LOG definition?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services