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
As per the API proposal in #2718 (comment), we will now have a createReceiver() method on the Event Hub Client that returns a receiver. A skeleton is already in place for the receiver. This issue is to ensure
All tests in receiver.spec.ts are updated and pass
receiver.close() should close all the underlying AMQP links. Further operations should throw error
Please note that this issue only ensures that the receive operations on the receiver works. We need to ensure #3176 is taken care of to call this feature of "createReceiver" actually complete
The text was updated successfully, but these errors were encountered:
ramya-rao-a
changed the title
[Event Hubs] Implement createReceiver() with functional receiveBatch()
[Event Hubs] Implement createReceiver() end to end
May 23, 2019
As per the API proposal in #2718 (comment), we will now have a
createReceiver()
method on the Event Hub Client that returns a receiver. A skeleton is already in place for the receiver. This issue is to ensurereceiveBatch
method works as expectedgetEventIterator
method works as expected. (See https://github.com/ramya-rao-a/azure-sdk-for-js/blob/bd6e728d6d596022b98e5ed15d705721d13db004/sdk/eventhub/event-hubs/review/track2Sample.js#L42 for usage sample)receive
method works as expectedreceiver.spec.ts
are updated and passreceiver.close()
should close all the underlying AMQP links. Further operations should throw errorPlease note that this issue only ensures that the receive operations on the receiver works. We need to ensure #3176 is taken care of to call this feature of "createReceiver" actually complete
The text was updated successfully, but these errors were encountered: