pipeline_kafka
pipeline_kafka copied to clipboard
PipelineDB extension for Kafka support
I am running PG 11 and pipelinedb 1.0 on Centos 7. I compiled and make installed "librdkafka" and "pipeline_kafka" without any errors. But then I couldn't restart PG 11 agian....
I am having problems getting pipeline_kafka to work on OSX 10.12.3. I follow the instructions in the readme, and when I try to start up with `shared_preload_library` set, or create...
Makefile:19: /usr/pgsql-10/lib/pgxs/src/makefiles/pgxs.mk: 没有那个文件或目录 make: *** 没有规则可以创建目标“/usr/pgsql-10/lib/pgxs/src/makefiles/pgxs.mk”。 停止。
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...
These days, I spent quite a lot time to build the librdkafka and pipeline_kafka bases on pipelinedb docker. If pipeline_kafka could release a debian package, this process will be quite...
I see the latest release is 0.9.5 which published on 26 Dec 2016. I wonder why no release for nearly 2.5 years! Lack of resource?
When using a 1-node cluster, when shutting down Kafka and bringing it back up, pipeline_kafka consumers don't reconnect automatically, and don't consume any new messages: ``` 2019-04-10 13:38:47.600 UTC,,,39,,5cadd114.27,9,,2019-04-10 11:18:44...
Using PipelineDB 1.0 and pipeline_kafka built from latest master (as of today), when I run commands ``` CREATE FOREIGN TABLE foobar_transactions_stream (payload json) SERVER pipelinedb; SELECT pipeline_kafka.consume_begin('foobar.public.transactions', 'foobar_transactions_stream', format :=...
I have noticed that the issue https://github.com/pipelinedb/pipeline_kafka/issues/75 was closed without a follow up. I have installed pipeline_kafka last week and got the exact same problem and the solution proposed at...