pubsublite_grpc_service_config.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.cloud.pubsublite.v1.AdminService"
  7. },
  8. {
  9. "service": "google.cloud.pubsublite.v1.CursorService",
  10. "method": "CommitCursor"
  11. },
  12. {
  13. "service": "google.cloud.pubsublite.v1.CursorService",
  14. "method": "ListPartitionCursors"
  15. },
  16. {
  17. "service": "google.cloud.pubsublite.v1.TopicStatsService"
  18. },
  19. {
  20. "service": "google.longrunning.Operations",
  21. "method": "GetOperation"
  22. },
  23. {
  24. "service": "google.longrunning.Operations",
  25. "method": "ListOperations"
  26. }
  27. ],
  28. "timeout": "600s",
  29. "retryPolicy": {
  30. "maxAttempts": 5,
  31. "initialBackoff": "0.100s",
  32. "maxBackoff": "60s",
  33. "backoffMultiplier": 1.3,
  34. "retryableStatusCodes": [
  35. "DEADLINE_EXCEEDED",
  36. "UNAVAILABLE",
  37. "ABORTED",
  38. "INTERNAL",
  39. "UNKNOWN"
  40. ]
  41. }
  42. }
  43. ]
  44. }