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
Another potentially better approach for TykTechnologies/tyk-pump#80
This approach allows to move some re-usable part of RPC without changing RPC server side.
if it works then it cancels #1922 and TykTechnologies/tyk-sink#51
The idea is to do `rpc.Connect(...)` where we supply connection info, a couple of call backs for emergency mode and map of rpc funcs definitions to add to RPC client dispatcher.
Then we can create `rpc.Purger` with all needed fields and run `PurgeLoop` with some ticker.
This requires to add new pump type "hybrid" which would re-use tyk's RPC layer to send analytics data to MDCB.
Also, we should add new option in tyk to disable sending analytics to via RPC so tyk and tyk-pump won't clash processing analytics data.
The text was updated successfully, but these errors were encountered: