Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix possible over size exception when batch udp
Motivation: UDP package size should <= 64K, So if we enable batch for write points by UDP. it may involved the IO exception when we batch write too many points: "java.io.IOException: Message too long " Modifications: write directly without batch for udp in batch processor. Result: 1 avoid over size exception. If the exception occur. use should limit point's content.
- Loading branch information