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:
parent
7657b6c84b
commit
08cfb06dd1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue