If we submit all push messages in a certain topic (see AGPUSH-2159) then instead of all processing in [send method|https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/jaxrs/src/main/java/org/jboss/aerogear/unifiedpush/rest/sender/PushNotificationSenderEndpoint.java#L108] , we can try to make the same with Kafka streams over the topic. |
|