Yeah put the expression as a parameter to split, eg put it inside
split( HERE ).streaming()
On Thu, Sep 30, 2010 at 2:34 PM, Tarjei Huse wrote:
>
> Den 30. sep. 2010 kl. 14:05 skrev Claus Ibsen :
>
>> On Thu, Sep 30, 2010 at 12:22 PM, Tarjei Huse wrote:
>>> On 09/29/2010 01:31 PM, Claus Ibsen
Den 30. sep. 2010 kl. 14:05 skrev Claus Ibsen :
> On Thu, Sep 30, 2010 at 12:22 PM, Tarjei Huse wrote:
>> On 09/29/2010 01:31 PM, Claus Ibsen wrote:
>>> On Wed, Sep 29, 2010 at 12:44 PM, Tarjei Huse wrote:
Hi, I got a huge file I want to split into smaller chunks and send each
chunk
On Thu, Sep 30, 2010 at 12:22 PM, Tarjei Huse wrote:
> On 09/29/2010 01:31 PM, Claus Ibsen wrote:
>> On Wed, Sep 29, 2010 at 12:44 PM, Tarjei Huse wrote:
>>> Hi, I got a huge file I want to split into smaller chunks and send each
>>> chunk as a new message using the splitter. The file contains
On 09/29/2010 01:31 PM, Claus Ibsen wrote:
> On Wed, Sep 29, 2010 at 12:44 PM, Tarjei Huse wrote:
>> Hi, I got a huge file I want to split into smaller chunks and send each
>> chunk as a new message using the splitter. The file contains Protobuf
>> objects so I cannot use any of the normal split
On Wed, Sep 29, 2010 at 12:44 PM, Tarjei Huse wrote:
> Hi, I got a huge file I want to split into smaller chunks and send each
> chunk as a new message using the splitter. The file contains Protobuf
> objects so I cannot use any of the normal splitting methods, but I want
> to use the streaming()
Hi, I got a huge file I want to split into smaller chunks and send each
chunk as a new message using the splitter. The file contains Protobuf
objects so I cannot use any of the normal splitting methods, but I want
to use the streaming() method on the route. How do I create a splitter
that supports