You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/04/13 07:27:38 UTC

[GitHub] [incubator-pekko-persistence-jdbc] mdedetrich opened a new issue, #30: Implement `deleteObject(persistenceId: String, revision: Long)` properly

mdedetrich opened a new issue, #30:
URL: https://github.com/apache/incubator-pekko-persistence-jdbc/issues/30

   As can be seen from https://github.com/apache/incubator-pekko-persistence-jdbc/blob/db5733e60fffb99d3d822d3d60199ec2f0890278/core/src/main/scala/org/apache/pekko/persistence/jdbc/state/scaladsl/JdbcDurableStateStore.scala#L117-L118 the current implementation of `deleteObject(persistenceId: String, revision: Long)` just defers to `deleteObject(persistenceId: String)` (which means it ignores the revision).
   
   The implementation should instead be improved so it only deletes correct revision.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] Implement `deleteObject(persistenceId: String, revision: Long)` properly [pekko-persistence-jdbc]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #30:
URL: https://github.com/apache/pekko-persistence-jdbc/issues/30#issuecomment-2078090426

   #156 merged


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] Implement `deleteObject(persistenceId: String, revision: Long)` properly [pekko-persistence-jdbc]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning closed issue #30: Implement `deleteObject(persistenceId: String, revision: Long)` properly
URL: https://github.com/apache/pekko-persistence-jdbc/issues/30


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org