We are using kafka in our app , we are sending too many many messages , each message is small in size , what i mean message size is not issue , is their any issue if you try to publish toooo many message to kafka topic that some messages to failed to publish ?
"Publishing error messages to kafka topic failed400 "
Is their any kafka config that we can set so that this issue we can overcome ?
Note : Too many calls , i mean one send method call , one message .
As mentioned each message is not too large , given below the sample
{
"error_details": [
{
"error_number": "123",
"error_message": "how are you",
"error_sequence": "12345"
},
{
"error_number": "123",
"error_message": "how are you",
"error_sequence": "12345"
},
{
"error_number": "123",
"error_message": "how are you",
"error_sequence": "12345"
},
{
"error_number": "123",
"error_message": "how are you",
"error_sequence": "12345"
}
]
}
this is max size