samza
samza copied to clipboard
SAMZA-1071: Implement aliases for input topics
With current implementation for input topics we can define serde, bootstrapping, broadcasting ... Changing input topic name requires additional changes through the configuration - introducing chances for errors. Using aliases only one change is required (in task.inputs), therefore eliminating chances for error.