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

   > There is a deprecated enqueue(Iterable[T]) function and for some reason 
Scala 3.3.0 compiler ignores the fact enqueue(T) is available.
   
   What happens if you put `ByteString(value.toString)` into a `List` with a 
single value, i.e.
   
   `buffer.enqueue(List(ByteString(value.toString)))`
   
   ?


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