Hi All,
We exposed a topic via REST.
`https://:/topicSample
Here is my sample request
{
“records”: [
{
“value”: { “name”: “Firstname, lastname” },
“key”:“123e4567-e89b-42d3-a456-5566424415123591”
}
]
}
`
How to set acks=all for every request? For Rest calls do we need to set it up for every request?
No, when you create a new producer at that time only you have to set parameters.
Then you are done. Then based on your configuration of producer you will get the acknowledgment.
Please find the more detail on this link. You can generate a producer configuration file according to your use case and use it.