getindata / flink-http-connector

Http Connector for Apache Flink. Provides sources and sinks for Datastream , Table and SQL APIs.
Apache License 2.0
136 stars 39 forks source link

Lookup Reqeust body/parameters not printed by Slf4JHttpLookupPostRequestCallback #45

Closed kristoffSC closed 1 year ago

kristoffSC commented 1 year ago

The Slf4JHttpLookupPostRequestCallback is an implementation of HttpPostRequestCallback interface for auditing http lookup queries and responses.

It turns out that Slf4JHttpLookupPostRequestCallback implementation does not print HttpReqeust body (json body or GET parameters).