-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support pgsql
binding
#1057
Comments
|
Looks like we want a single stream of
|
For
becomes
and
Note: the injected The |
We also need to sync back to
becomes
Note: the injected kafka bootstrap server and schema registry endpoint would be configured in |
Support
psql
binding withserver
andclient
kinds, so thatpgsql
client can be proxied to apgsql
server.Support route by
command
, such asCREATE TABLE
orSELECT
so that different commands can be proxied to differentpgsql
servers.See
pgsql
protocol specification.Support
pgsql
command transformations to dynamically inject deployment details.The text was updated successfully, but these errors were encountered: