You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Jeffrey (JIRA)" <ji...@apache.org> on 2015/06/20 03:47:00 UTC

[jira] [Created] (USERGRID-761) Messages not getting ACK'd to SQS Queue for Indexing

Jeffrey  created USERGRID-761:
---------------------------------

             Summary: Messages not getting ACK'd to SQS Queue for Indexing
                 Key: USERGRID-761
                 URL: https://issues.apache.org/jira/browse/USERGRID-761
             Project: Usergrid
          Issue Type: Bug
            Reporter: Jeffrey 


With this pull request SNS messages are being consumed and entities indexed.  However, the messages are not getting ack'd.

https://github.com/apache/incubator-usergrid/pull/288

indexEntity is getting called but the ack(message) is not getting called:

        ecm.load(entityIdScope.getId())
                .first()
                .flatMap(entity -> indexService.indexEntity(applicationScope, entity))
                .doOnNext(ignore -> ack(message)).subscribe();




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)