Prerequisites
Description
In our project we use kafka flow and some times we encounter the error "Invalid argument or configuration" in our log in efk for producing message.
I added observer log based on doc in kafkflow when we get errors but it doesnt show any useful information about the problem.
Steps to reproduce
1- we have many topics in our projects that we produce
2- we encounter produce error but i think it is catch in inner produce methods of classes and not raises up to our try catch so we cannot get any log of error in our try catch
Expected behavior
In cases we encouter in producing message i think it better to throw error to get in higer layers of code.
Actual behavior
We get inner exception in kafka flow library but we cannot trace the problem
KafkaFlow version
v3.1.0
Prerequisites
Description
In our project we use kafka flow and some times we encounter the error "Invalid argument or configuration" in our log in efk for producing message.
I added observer log based on doc in kafkflow when we get errors but it doesnt show any useful information about the problem.
Steps to reproduce
1- we have many topics in our projects that we produce
2- we encounter produce error but i think it is catch in inner produce methods of classes and not raises up to our try catch so we cannot get any log of error in our try catch
Expected behavior
In cases we encouter in producing message i think it better to throw error to get in higer layers of code.
Actual behavior
We get inner exception in kafka flow library but we cannot trace the problem
KafkaFlow version
v3.1.0