ptrdom commented on issue #158:
URL: 
https://github.com/apache/pekko-persistence-r2dbc/issues/158#issuecomment-2477236676

   @pjfanning There is an issue with keeping backwards compatibility while 
implementing projection support for MySQL - 
[R2dbcProjectionSettings](https://github.com/apache/pekko-persistence-r2dbc/blob/main/projection/src/main/scala/org/apache/pekko/projection/r2dbc/R2dbcProjectionSettings.scala).
 This class needs a new attribute for `dialect`, and since it is a `case class` 
there is no way to not break it. Is it okay to break backwards compatibility 
and convert this to a class, or do you see a different way to proceed?


-- 
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-unsubscr...@pekko.apache.org

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


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

Reply via email to