You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using latest version of "pipeline_kafka" src code package(0.9.5)
Some investigations that I finished:
From pipelinedb src code(I use 1.0 version pipelinedb) dir, there is no dir named "catalog",
also there is no file "pipeline_stream_fn.h" exists on include dir;
Instead, "pipeline_stream.h" exists on include dir.
So, my questions are: In order to get "pipeline_kafka" src to be compiled successfully,
Which version of pipelinedb that "pipeline-kafka" src can work on ?
Which version of "librdkafka" that "pipeline-kafka" reply on ?
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered:
Hello,
When compiling "pipeline-kafka" src code, I hit below error:
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -fPIC -I. -I./ -I/home/postgres/pg11/include/server -I/home/postgres/pg11/include/internal -D_GNU_SOURCE -c -o pipeline_kafka.o pipeline_kafka.c
pipeline_kafka.c:24:40: fatal error: catalog/pipeline_stream_fn.h: No such file or directory
I'm using latest version of "pipeline_kafka" src code package(0.9.5)
Some investigations that I finished:
From pipelinedb src code(I use 1.0 version pipelinedb) dir, there is no dir named "catalog",
also there is no file "pipeline_stream_fn.h" exists on include dir;
Instead, "pipeline_stream.h" exists on include dir.
So, my questions are: In order to get "pipeline_kafka" src to be compiled successfully,
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered: