Bromine0x23
Bromine0x23
**Is your feature request related to a problem? Please describe.** 创建部署模版等一些地方出现了计费信息,但内部集群不需要显示这些信息。 **Describe the solution you'd like** 计费信息的显示能够可控,如通过一些配置项控制其显示。
This try to fix issue #53, by using binmode in calling of capature3.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description Currently DataX task does not support writer parameter `batchSize`, therefore...
Since `flink-runtime` includes a `org.apache.flink:flink-shaded-jackson` dependency, [`JavaNetHttpPollingClient`](https://github.com/getindata/flink-http-connector/blob/0.23.0/src/main/java/com/getindata/connectors/http/internal/table/lookup/JavaNetHttpPollingClient.java#L18) introduces and use the original Jackson dependency (in `com.fasterxml.jackson`). Is this necessary? Introducing original version may cause class loading issues in some situations....