Hi two questions - Does it make sense to have an error topic for “retryable” errors if the retries parameter is already set to like 10 (default)?
For non retryable errors, is the approach to try to send to the topic, catch the specific exception and send to another topic (just send the whole message as a serialized string) Thanks