You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some use cases, apis require batched data to be submitted as a raw string rather than wrapped in a JSON array.
Currently the only way to send batched raw data strings is to use the single request mode and create a pre aggregated roll up payload as a string before sinking. This operation is a bit obtuse.
In some use cases, apis require batched data to be submitted as a raw string rather than wrapped in a JSON array.
Currently the only way to send batched raw data strings is to use the single request mode and create a pre aggregated roll up payload as a string before sinking. This operation is a bit obtuse.
flink-http-connector/src/main/java/com/getindata/connectors/http/internal/sink/httpclient/BatchRequestSubmitter.java
Lines 111 to 122 in b95e7fb
Please consider adding this functionality in the near future.
The text was updated successfully, but these errors were encountered: