Hi there!
We plan to migrate from Sensu Core to Sensu Go. To enable a step by step migration, I plan to forward events from Sensu Go to Sensu Core to let the old instance handle the events and send alerts.
For this use case I wrote a simple gateway which listens to events on an UDP socket, transforms them and sends them to a Sensu Client socket.
As soon as our Sensu Core instance is fully configured I plan implement a reverse gateway until all Sensu Core clients have been replaced.
For the case any one else has similar plans I would like to share the code:
( The application is currently in development )