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
Error: ../../receiver/solacereceiver/messaging_service.go:125:49: not enough arguments in call to dialFunc
have (string, *amqp.ConnOptions)
want (context.Context, string, *amqp.ConnOptions)
Error: ../../receiver/solacereceiver/messaging_service.go:138:16: cannot use m.receiverConfig.maxUnacked (variable of type uint32) as type int32 in struct literal
Error: ../../receiver/solacereceiver/messaging_service.go:140:3: unknown field 'Batching' in struct literal of type amqp.ReceiverOptions
Error: ../../receiver/solacereceiver/messaging_service.go:141:3: unknown field 'BatchMaxAge' in struct literal of type amqp.ReceiverOptions
Error: ../../receiver/solacereceiver/messaging_service.go:175:28: not enough arguments in call to m.receiver.Receive
have (context.Context)
want (context.Context, *amqp.ReceiveOptions)
make: *** [Makefile:277: otelcontribcol] Error 2
This update causes the following errors:
Originally posted by @codeboten in #20627 (review)
The text was updated successfully, but these errors were encountered: