not works with pg11
yyscamper opened this issue · 2 comments
I have built a docker using pg11 + pipelinedb 1.0 + librdkafka-0.11.6 + latest pipeline_kafka (see Dockerfile: https://github.com/MetrodataTeam/mdtdb/blob/master/pipelinedb_kafka/Dockerfile). I found the data that pushed into kafka topic was not automatically inserted into stream and related views. But the same works for PipelineDB 0.9.
Since pipelinedb has a fundamental change from 0.9 to 1.0, so I guess the pipeline_kafka doesn't change accordingly. If my guess is correct, I wonder whether there is any plan to make pipeline_kafka be compatible with pipelinedb 1.0?
I encounter the same problem.
Here is versions of postgresql i have installed.
- pipelinedb-postgresql-11.x86_64 1.0.0-9 installed
- postgresql11.x86_64 11.4-1PGDG.rhel7 @pgdg11
- postgresql11-contrib.x86_64 11.4-1PGDG.rhel7 @pgdg11
- postgresql11-devel.x86_64 11.4-1PGDG.rhel7 @pgdg11
- postgresql11-libs.x86_64 11.4-1PGDG.rhel7 @pgdg11
- postgresql11-server.x86_64 11.4-1PGDG.rhel7 @pgdg11
use librdkafka of branch 0.11.x. when i compile pipeline_kafka , some error found.
make: pg_config: Command not found
make -C test
make[1]: Entering directory/root/pipeline_kafka/test' docker-compose rm -f make[1]: docker-compose: Command not found make[1]: *** [run-kafka] Error 127 make[1]: Leaving directory
/root/pipeline_kafka/test'
make: *** [test] Error 2
could any one so kind can give me some help please. thanks a lot
pg_config需要将pg的安装路径bin写道/etc/profile根目录里去