You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Alpakka AMQP API has a couple of issues which should be resolved going forward:
Stream elements are called IncomingMessage and OutgoingMessage which does not make sense for the user (recommended are ReadResult, WriteMessage, WriteResult)
The Alpakka AMQP API has a couple of issues which should be resolved going forward:
Stream elements are called
IncomingMessage
andOutgoingMessage
which does not make sense for the user (recommended areReadResult
,WriteMessage
,WriteResult
)committableFlow
and the settingackRequired
are a bit conflated (see discussion in Don't ack when 'no ack required' #1167)I'll mark the API with
@ApiMayChange
.The text was updated successfully, but these errors were encountered: