You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would this project be interested in a newer PostgresClient that's implemented in terms of the StackClient, al lá finagle-mysql? I ask first instead of a PR because implementing the new PostgresClient would require either breaking changes on com.twitter.finagle.postgres.Client, or duplicating behavior into a newer client and sunsetting / leaving the original com.twitter.finagle.postgres.Client.
Thoughts?
The text was updated successfully, but these errors were encountered:
This sounds like a good idea to me—once you've got a PR I'll work with @yolken to see about getting it merged internally, and if for some reason it seems like it won't be possible to do that in a timely fashion, I'll set up a new branch here for tracking the internal project.
Would this project be interested in a newer
PostgresClient
that's implemented in terms of theStackClient
, al lá finagle-mysql? I ask first instead of a PR because implementing the newPostgresClient
would require either breaking changes oncom.twitter.finagle.postgres.Client
, or duplicating behavior into a newer client and sunsetting / leaving the originalcom.twitter.finagle.postgres.Client
.Thoughts?
The text was updated successfully, but these errors were encountered: