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)