I need to disable publication and subscription on events for development, but I can't find some configuration properties/other solution for this. How can I do this?
Possible solution: to create autoconfiguration with @EnableBinding
on some property set and in a case of disabled replace all binding interfaces with generated no-op stubs. But maybe more simple solution exist?