You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/02/03 17:50:00 UTC

[jira] [Commented] (TIKA-3288) Allow batching for emitters

    [ https://issues.apache.org/jira/browse/TIKA-3288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278250#comment-17278250 ] 

ASF GitHub Bot commented on TIKA-3288:
--------------------------------------

tballison merged pull request #401:
URL: https://github.com/apache/tika/pull/401


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Allow batching for emitters
> ---------------------------
>
>                 Key: TIKA-3288
>                 URL: https://issues.apache.org/jira/browse/TIKA-3288
>             Project: Tika
>          Issue Type: Task
>          Components: tika-pipes
>            Reporter: Tim Allison
>            Priority: Major
>
> Started an interface in comments: [https://github.com/apache/tika/blob/main/tika-core/src/main/java/org/apache/tika/pipes/emitter/Emitter.java#L34]
>  
> The AbstractEmitter can keep track of "batch size" – how many bytes are in the batch.  The caller can check for that after each addition and then call executeBatch, or at the end of the task list.
>  
> We'll have to have a separate handler in tika-server `async-emit` ( ? ) to handle this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)