ferenc-csaky commented on code in PR #5:
URL: 
https://github.com/apache/flink-connector-http/pull/5#discussion_r2515374686


##########
flink-connector-http/src/main/java/org/apache/flink/connector/http/table/sink/Slf4jHttpPostRequestCallback.java:
##########
@@ -45,25 +42,22 @@ public void call(
             String endpointUrl,
             Map<String, String> headerMap) {
 
-        String requestBody =
-                requestEntry.getElements().stream()
-                        .map(element -> new String(element, 
StandardCharsets.UTF_8))
-                        .collect(Collectors.joining());
+        // Uncomment if you want to see the requestBody in the log

Review Comment:
   Thanks, your suggestion with the multi-value config option seems reasonable 
to me!



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to