mdedetrich commented on PR #65:
URL: 
https://github.com/apache/incubator-pekko-connectors/pull/65#issuecomment-1472107062

   At first glance if this problem is what I think it is (i.e. Scala 2.13 
having a stdlib collection rewrite which changed some interfaces) then the best 
course of action would be to use 
https://github.com/scala/scala-collection-compat. The whole idea of this 
library is it provides common interfaces to various Scala versions to help deal 
with this problem.
   
   Its also possible to just inline the abstractions if we don't want to add an 
additional dependency, although I would argue that scala-collection-compat is 
ultra stable at this point.
   
   @pjfanning Do you want to me work on this?


-- 
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]

Reply via email to