Skip to content

bishtgayatri/pg_logs_kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg_logs_kafka

pg_logs_kafka It is a postgres extension. It sends postgres logs to a configured Kafka topic.

Dependencies

  • PostgreSQL
  • librdkafka
  • libsnappy
  • zlib

Instructions

  • Installation command - make && make install.
  • Enable the extension after installation completion - shared_preload_libraries = 'pg_logs_kafka.so'
  • add kafka and topic details in the conf/kafka.conf

About

A Postgres extension to send log messages to Apache Kafka.

Resources

License

Unlicense, Unknown licenses found

Licenses found

Unlicense
LICENSE
Unknown
LICENSE.librdkafka

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors