Uh oh!
There was an error while loading. Please reload this page.
Adding subscription factory on Pub / Sub client. - #3370
Conversation
| return Subscription( | ||
| name, ack_deadline=ack_deadline, push_endpoint=push_endpoint, | ||
| retain_acked_messages=retain_acked_messages, | ||
| message_retention_duration=message_retention_duration, client=self) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
May 9, 2017
@tseaver@lukesneeringer@jonparrott Can you weigh in on this feature? |
| """Subscription factory.""" | ||
| SUBSCRIPTION_NAME = 'subscription_factory-%d' % (_millis(),) | ||
| # [START client_subscription] |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| return Subscription( | ||
| name, ack_deadline=ack_deadline, push_endpoint=push_endpoint, | ||
| retain_acked_messages=retain_acked_messages, | ||
| message_retention_duration=message_retention_duration, client=self) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
lukesneeringer
commented
May 10, 2017
As a note, we are about to do a huge rewrite on this, so this PR is going to be moot soon. |
kir-titievsky
commented
May 10, 2017
via email
Luke, does the rewrite profoundly affect the admin operations like this one? …On Wed, May 10, 2017 at 10:41 AM, Luke Sneeringer ***@***.***> wrote:
As a note, we are about to do a *huge* rewrite on this, so this PR is
going to be moot soon.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3370 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARrMFtALfw0vSA3WSPGl1jB7p6D-IcGAks5r4cyNgaJpZM4NREKf>
.
-- Kir Titievsky | Product Manager | Google Cloud Pub/Sub
<https://cloud.google.com/pubsub/overview> |
dhermes
commented
May 10, 2017
@kir-titievsky@lukesneeringer Let's just merge this as-is (without |
Fixes#3369.
/cc @kir-titievsky