Description
Producer requests to internal topics (currently only __consumer_offset) can be disastrous.
E.g., if we allow a message to be appended to the offsets topic this could lead to fatal exceptions when loading the offsets topic and when compacting the log.
Producer requests to these topics should be rejected.
Attachments
Attachments
Issue Links
- relates to
-
KAFKA-1581 Log cleaner should have an option to ignore messages without keys
- Resolved