pjfanning opened a new pull request, #383: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/383
## Changes Three differences introduced by a recent PR are reverted/fixed: 1. **Config structure fixed**: The `query` subsection was missing — `refresh-interval`, `buffer-size`, and `backtracking` settings were incorrectly placed directly under `pekko.persistence.r2dbc` instead of under `pekko.persistence.r2dbc.query`. Also restores `behind-current-time = 5 seconds` (was `100 millis`) and switches from `ConfigFactory.load(parseString(...).withFallback(TestConfig.unresolvedConfig))` to `parseString(...).withFallback(TestConfig.config)`. 2. **`log.debugN` restored**: Adds `import pekko.actor.typed.scaladsl.LoggerOps` and restores the `log.debugN(...)` call (was changed to `log.debug(...)` with explicit Java boxed-type casts). 3. **First 10 events use plain `Persist`**: Reverts the `PersistWithAck` + ack-wait pattern back to plain `Persister.Persist` to match the akka version behaviour. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
