You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/03/16 11:16:11 UTC

[GitHub] [incubator-inlong] EMsnap commented on a change in pull request #3169: [INLONG-3168][Agent] Change the deserialization type from String to byte array

EMsnap commented on a change in pull request #3169:
URL: https://github.com/apache/incubator-inlong/pull/3169#discussion_r827890470



##########
File path: inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/reader/KafkaReader.java
##########
@@ -133,12 +131,13 @@ public Message read() {
                 headerMap.put("record.offset", String.valueOf(record.offset()));
                 headerMap.put("record.key", String.valueOf(record.key()));
                 LOGGER.info(
-                        "partition:" + record.partition() + "value:" + recordValue + ", offset:" + record.offset());
+                        "partition:" + record.partition()

Review comment:
       make it debug, would cost a lot of space if each record is printed




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org