spline
                                
                                 spline copied to clipboard
                                
                                    spline copied to clipboard
                            
                            
                            
                        Break REST Gateway app into separate Consumer and Producer apps
Motivation:
- Consumer and Producer are logically independent services that might require different resources and scaling patterns, as well as independent upgrades.
- Kafka Gateway doesn't expose Consumer API so users should run REST gateway anyway for the UI for work. It sometimes is confusing to the users - #944