Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truncate messages if compressed size exceeds 5MB #10

Open
bmikaili opened this issue Sep 15, 2020 · 0 comments
Open

Truncate messages if compressed size exceeds 5MB #10

bmikaili opened this issue Sep 15, 2020 · 0 comments
Labels
kind:bug Something isn't working prio:low

Comments

@bmikaili
Copy link
Contributor

The Logs Intake API has a limit for the total size of a payload (5MB). We should figure out a logic to truncate those messages while retaining their JSON structure so they can be ingested properly.

Example of structure:

[
  {
    "ddsource": "kafka-connect",
    "message": "hello"
  },
  {
    "ddsource": "kafka-connect",
    "message": "world"
  }
]
andwarnbros added a commit to andwarnbros/datadog-kafka-connect-logs that referenced this issue Dec 12, 2022
Ritchie Brothers Auctioneers fix for messages <5MB causing IOException.
DataDog#10
@jszwedko jszwedko added kind:bug Something isn't working and removed kind:enhancement New feature or request labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Something isn't working prio:low
Projects
None yet
Development

No branches or pull requests

2 participants