...
Current state: Under Discussion
Discussion thread: Dev-list
JIRA: KAFKA-10732
Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).
...
If records.policy.enabled
=true
than an instance of the RecordsPolicy
should check each Records
Record
batch before applying data to the log.
If PolicyViolationException
thrown thrown from the validate
methods methods then no data added to the log and the client receives an error.
...