-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The Java client will support streaming ingestion in the near future.
This allows this plugin to support it as well.
So, we can add an optional configuration for streaming.
However, streaming has a size cap (4mb), which AFAIK the plugin doesn't yet have.
So, I suggest also adding an optional configuration for max file size, which when reached creates a new file with some suffix and when streaming would be turned on that max size will be be the min of the request max size and 4mb.
@tamirkamara WDYT?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request