influxdb-client-java icon indicating copy to clipboard operation
influxdb-client-java copied to clipboard

chore: delete unnecessary inheritance of FlowableBufferTimedFlushable

Open OrezzerO opened this issue 10 months ago • 4 comments
trafficstars

Closes #

Proposed Changes

FlowableBufferTimedFlushable doesn't need to inherit from FlowableTransformer. Therefore, delete this inheritance relationship to reduce the complexity of the code. The original implementation was quite confusing.

Checklist

  • [x] CHANGELOG.md updated
  • [x] Rebased/mergeable
  • [x] A test has been added if appropriate
  • [x] mvn test completes successfully
  • [x] Commit messages are conventional
  • [x] Sign CLA (if not already signed)

OrezzerO avatar Dec 25 '24 10:12 OrezzerO