pjfanning commented on code in PR #592:
URL: https://github.com/apache/pekko-connectors/pull/592#discussion_r1650562316
##########
amqp/src/main/scala/org/apache/pekko/stream/connectors/amqp/AmqpConnectorSettings.scala:
##########
@@ -28,6 +28,7 @@ import scala.concurrent.duration._
sealed trait AmqpConnectorSettings {
def connectionProvider: AmqpConnectionProvider
def declarations: immutable.Seq[Declaration]
+ def avoidArrayCopy: Boolean
Review Comment:
thanks @JD557, I changed to use the name you suggested
--
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]