Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(influxdb): Modify influxDbWriter to address the memory issue (#986)
During JVM profiling, I noticed the memory usage of the influxdb sink connector consistently increasing. Investigation revealed that the influxDbWriter wasn't closing properly, leading to the memory issue. Co-authored-by: Omal <[email protected]>
- Loading branch information