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
For subscriptions, router doesn't auto re-connect when subgraph server restarts
Steps to Reproduce
open a websocket connection to router, make a subscription call, router will open a new websocket connection to subscription subgraph server
restart subscription subgraph server
Expected Result
router auto re-connects to subscription subgraph server, open a new websocket connection and remake that subscription call
Actual Result
the websocket connection between router and subscription subgraph server is gone
Environment information
Environment
OS: Ubuntu 20.04
Package Manager: pnpm
Compiler: go 1.22
Router configuration
dev_mode: truelisten_addr: 0.0.0.0:3009router_config_path: config_dev.jsonauthentication:
providers:
- name: Auth Providerjwks: # JWKS provider configurationurl: http://auth-gateway:8085/.well-known/jwks.jsonheader_names: [Authorization]header_value_prefixes: [Bearer]refresh_interval: 2hauthorization:
require_authentication: truewebsocket:
absinthe_protocol:
enabled: falsefile_upload:
enabled: truemax_file_size: 50MBmax_files: 2graph:
# Result of `wgc router token create`. Can be omitted for local testing.token: ""
Router execution config
I'm testing locally. I'm using custom modules, so I'm building router image locally. Custom module code just maps JWT claims information to headers of subgraph requests
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible.
The roadmap is driven by our customers and we have to prioritize issues that are important to them.
You can influence the priority by becoming a customer. Please contact us here.
Component(s)
router
Component version
v0.98.2
wgc version
v0.58.5
controlplane version
n/a
router version
v0.98.2
What happened?
Description
For subscriptions, router doesn't auto re-connect when subgraph server restarts
Steps to Reproduce
Expected Result
Actual Result
Environment information
Environment
OS: Ubuntu 20.04
Package Manager: pnpm
Compiler: go 1.22
Router configuration
Router execution config
I'm testing locally. I'm using custom modules, so I'm building router image locally. Custom module code just maps JWT claims information to headers of subgraph requests
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: