[aerogear-dev] Push - Batch processing endpoint ?

Summers Pittman supittma at redhat.com
Sun Feb 19 12:56:26 EST 2017


Oooo That looks cool, I've starred it to take a closer look.

On Sat, Feb 18, 2017 at 1:58 PM, Matthias Wessendorf <matzew at apache.org>
wrote:

> the java client update looks like:
> https://github.com/aerogear/aerogear-unifiedpush-java-client/pull/82
>
> Was not hard, some java8 fu, and just appending, internally, the "batch"
> part of the URL
>
> -M
>
> On Sat, Feb 18, 2017 at 3:09 PM, Matthias Wessendorf <matzew at apache.org>
> wrote:
>
>> Hi,
>>
>> how do people feel about an batch processing endpoint:
>> https://github.com/aerogear/aerogear-unifiedpush-server/pull/794
>>
>> Use-case:
>> If you have a list of different users (via different alias), and want to
>> send them a personalized message (e.g. "Hello $alias, how are things?"),
>> CURRENTLY you'd have to iterate through that list and send a push request
>> for _each_ alias/message pair. Which results in lot's of overhead, and
>> lot's of http requests;
>>
>> Now, using this new batch endpoint, allows you do iterate through the
>> list, create the actual message, put it to a collection, and after the
>> iteration, you send one HTTP request, containing the message collection.
>>
>> This results in ONE http request, which it may contain 100's of different
>> messages, for the given Push-Application, instead of 100's of HTTP requests.
>>
>> Any thoughts ?
>>
>> -Matthias
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> twitter: http://twitter.com/mwessendorf
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> twitter: http://twitter.com/mwessendorf
>
> _______________________________________________
> aerogear-dev mailing list
> aerogear-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20170219/39f12e0a/attachment.html 


More information about the aerogear-dev mailing list