1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

update kafka write data chunk

This commit is contained in:
Juan Pablo Noreña-Monsalve 2021-06-02 16:19:22 -05:00 committed by GitHub
parent 7657b6c84b
commit 08cfb06dd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -549,7 +549,7 @@ int kafka_write(struct vnode *n, struct sample *smps[], unsigned cnt, unsigned *
size_t wbytes;
char data[1500];
char data[4096];
ret = io_sprint(&k->io, data, sizeof(data), &wbytes, smps, cnt);
if (ret < 0)