postgresql-to-amqp icon indicating copy to clipboard operation
postgresql-to-amqp copied to clipboard

PostgreSQL to AMQP, forward PostgreSQL notifications to an AMQP queue.

Results 8 postgresql-to-amqp issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [futures](https://github.com/rust-lang/futures-rs) to permit the latest version. Release notes Sourced from futures's releases. 0.3.5 Added StreamExt::flat_map. Added StreamExt::ready_chunks. Added *_unpin methods to SinkExt. Added a cancellation() future...

dependencies

Updates the requirements on [postgres](https://github.com/sfackler/rust-postgres) to permit the latest version. Commits 69412cf Released postgres v0.17.0 1f773f0 Release tokio-postgres v0.5.0 245ccb7 Release postgres-types v0.1.0 ca80f64 Release postgres-derive v0.4.0 1c5ceeb Release postgres-protocol...

dependencies

Updates the requirements on [env_logger](https://github.com/sebasmagri/env_logger) to permit the latest version. Release notes *Sourced from [env_logger's releases](https://github.com/sebasmagri/env_logger/releases).* > ## 0.7.1 > # Key Changes > > - More thread-local durability >...

dependencies

Updates the requirements on [lapin-futures-rustls](https://github.com/sozu-proxy/lapin-futures-tls) to permit the latest version. Commits - See full diff in [compare view](https://github.com/sozu-proxy/lapin-futures-tls/commits) Dependabot will resolve any conflicts with this PR as long as you...

dependencies

Updates the requirements on [fallible-iterator](https://github.com/sfackler/rust-fallible-iterator) to permit the latest version. Changelog *Sourced from [fallible-iterator's changelog](https://github.com/sfackler/rust-fallible-iterator/blob/master/CHANGELOG.md).* > ## [v0.2.0] - 2019-03-10 > > ### Changed > > * All closures used...

dependencies

Updates the requirements on [log](https://github.com/rust-lang/log) to permit the latest version. Changelog *Sourced from [log's changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md).* > ## [0.4.8] - 2019-07-28 > > ### New > > * Support attempting to...

dependencies

Hi. I'm experiencing an issue with setting AMQP_HOST_PORT to FQDN instead of IP. ``` $ docker logs rabbitmqexample_postgresql-to-amqp_1 Finished release [optimized] target(s) in 0.6 secs Running `target/release/postgresql-to-amqp` thread 'main' panicked...

I see this as a "bridge" between the two components, so with this idea in mind, why not have the convention that the PG channel is equal to the RMQ...