Hi,
I am looking at the source code of the append-transform plugin.
I have a question regarding the load function below:
Is my understanding correct that each call to
TSIOBufferProduce(append_buffer, err)
appends a read chunk to the static append_buffer causing the buffer to generate
an e
Hi Folks,
Couple of question related to the Append Transform Plugin:
1. The except below is from example/append-transform.c
How can I print the data in the buffers? I would like to print the
strings being created/appended.
The buffer is a opaque data structure (ts.h: typedef void
*INKIOB