Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8-incubating
-
None
Description
Background
Messages produced by Hooks have potential to be larger than 1MB, which is the size threshold imposed by Kafka.
Although, compressing the messages (see ATLAS-2064) alleviates the the problem, it is not a complete solution. It is possible even for compressed messages to exceed the size threshold.
Solution
If the compressed message produced exceeds the size threshold, split the messages. Accumulate the message at consumer end.
Account for cases such as:
- Messages are not received in order they are produced.
- Atlas server is shutdown before it can consume all the split messages.
Attachments
Attachments
Issue Links
- is duplicated by
-
ATLAS-2064 Compress Hook Messages Posted to Kafka Atlas Topic
- Resolved
- links to