confluentinc / bottledwater-pg

Change data capture from PostgreSQL into Kafka
http://blog.confluent.io/2015/04/23/bottled-water-real-time-integration-of-postgresql-and-kafka/
Apache License 2.0
2 stars 0 forks source link

Symbol lookup error #120

Open ImTheDeveloper opened 7 years ago

ImTheDeveloper commented 7 years ago
[INFO] Writing messages to Kafka in Avro format
[INFO] Replication slot "bottledwater" exists, streaming changes from 1/902194D4.
[INFO] Registering metadata for table ally_users (relid 19929)
[INFO] Opening Kafka topic "ally_users" for table "ally_users"
[INFO] Registered key schema for topic "ally_users" with ID 25
[INFO] Storing key schema for table 19929
[INFO] Registered value schema for topic "ally_users" with ID 26
[INFO] Storing row schema for table 19929
[INFO] Registering metadata for table ally_cookie_log (relid 20117)
[INFO] Opening Kafka topic "ally_cookie_log" for table "ally_cookie_log"
[INFO] Registered key schema for topic "ally_cookie_log" with ID 27
[INFO] Storing key schema for table 20117
[INFO] Registered value schema for topic "ally_cookie_log" with ID 28
[INFO] Storing row schema for table 20117
[INFO] Registering metadata for table ally_command_log (relid 19582)
[INFO] Opening Kafka topic "ally_command_log" for table "ally_command_log"
[INFO] Registered key schema for topic "ally_command_log" with ID 29
[INFO] Storing key schema for table 19582
[INFO] Registered value schema for topic "ally_command_log" with ID 30
[INFO] Storing row schema for table 19582
./kafka/bottledwater: symbol lookup error: ./kafka/bottledwater: undefined symbol: rd_kafka_msg_partitioner_consistent_random
munkee@DE-3628-SDN:~/Programs/bottledwater-pg$

Seem to be hitting the error shown at the bottom :(