influxdb-client-java
influxdb-client-java copied to clipboard
chore: delete unnecessary inheritance of FlowableBufferTimedFlushable
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 testcompletes successfully - [x] Commit messages are conventional
- [x] Sign CLA (if not already signed)