You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/06/18 21:22:10 UTC

[GitHub] [pulsar] newur opened a new pull request #10978: [docs] use offical postgres docker image for debezum

newur opened a new pull request #10978:
URL: https://github.com/apache/pulsar/pull/10978


   ### Motivation
   
   The current documentation uses a 'special' postgres docker image provided by debezium. This makes it harder for users to understand what is actually going on and how they can make it work with their existing postgres database.
   
   Since postgres version 10+ one needs only to change the WAL config in postgres. This can be passed as argument to docker via `-c wal_level=logical`, so there is no need for a custom docker image anymore. Additionally, this PR uses `plugin.name: "pgoutput"`, which is the recommanded way by debezium. The old docu uses an implicit plugin definition (was it `decoderbufs`?) which can add further confusion due to its implicity.
   
   ### Modifications
   
   Write docu how to use offical postgres docker image instead of the one provided and pre-configured by debezium.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Anonymitaet commented on pull request #10978: [docs] use offical postgres docker image for debezium

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on pull request #10978:
URL: https://github.com/apache/pulsar/pull/10978#issuecomment-865470254


   @tuteng any feedback on this? thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Anonymitaet commented on pull request #10978: [docs] use offical postgres docker image for debezium

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on pull request #10978:
URL: https://github.com/apache/pulsar/pull/10978#issuecomment-864706043


   @tuteng could you please help review? Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Anonymitaet commented on pull request #10978: [docs] use offical postgres docker image for debezium

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on pull request #10978:
URL: https://github.com/apache/pulsar/pull/10978#issuecomment-865470254


   @tuteng any feedback on this? thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Anonymitaet merged pull request #10978: [docs] use official postgres docker image for debezium

Posted by GitBox <gi...@apache.org>.
Anonymitaet merged pull request #10978:
URL: https://github.com/apache/pulsar/pull/10978


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] newur commented on pull request #10978: [docs] use offical postgres docker image for debezium

Posted by GitBox <gi...@apache.org>.
newur commented on pull request #10978:
URL: https://github.com/apache/pulsar/pull/10978#issuecomment-867845322


   @Anonymitaet what is your approach on backporting the docu here? Should this be ported back to older, versioned docu? And if yes, for all or just till some version?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org