On Tue, 2018-07-10 at 09:58 +0200, Oleg Kalnichevski wrote: > ...
> > > Do we have a migration guide? I do not see anything obvious on the > > site or > > wiki. > > > > I am working on it but I keep on getting distracted with other > things. > I'll share the link to my repo at GitHub as soon as there is > something > to look at. > > Cheers > One thing I should have mentioned. As the first step you might want to consider migrating _server side_ code only (the listener part of your reverse proxy) while leaving the client side (the connector part of the proxy) as is, still at 4.5 API. The only downside to this approach is having to map message classes from 5.0 to 4.5 and back. This should reduce the risks of regressions considerably. Cheers Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
