Commit ca99c2a
authored
fix: Lower the Subscriber protocol version to disable the streaming pull keepalive feature (#2652)
* feat: Make v1 the default protocolVersion
* fix: Lower the Subscriber protocol version to disable the streaming pull keepalive feature
* fix: Downgrade streaming pull keepalive close stream log from WARNING to FINE
* fix: Change from FINE to INFO for ping monitor stream closure log1 parent 4e59581 commit ca99c2a
File tree
2 files changed
+2
-2
lines changed- google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
| 522 | + | |
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments