pjfanning commented on code in PR #377: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/377#discussion_r3265101577
########## docs/src/main/paradox/projection.md: ########## @@ -8,7 +8,7 @@ The source of the envelopes is from a `SourceProvider`, which can be: * state changes for Durable State entities via the @extref:[SourceProvider for changesBySlices](pekko-projection:durable-state.html#sourceprovider-for-changesbyslices) with the @ref:[changesBySlices query](query.md#changesbyslices) * any other `SourceProvider` with supported @ref:[offset types](#offset-types) -A @apidoc[R2dbcHandler] receives a @apidoc[R2dbcSession] instance and an envelope. The +A @apidoc[R2dbcHandler] receives a @apidoc[org.apache.pekko.projection.r2dbc.*.R2dbcSession] instance and an envelope. The Review Comment: @He-Pin this is actually the right way to do this. We can't hardcode javadsl or scaladsl - the pages show the javadsl or scaladsl links based on the page context (Java or Scala). I have built the pages locally and this works as it should but if I use the AI suggestion, the Javadsl link would not be available since AI wants me to hardcde scaladsl here. -- 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]
