Граф коммитов

916 Коммитов

Автор SHA1 Сообщение Дата
Pierre Cauchois d82335e327 [Node.js] Add client sample and release scripts 2016-02-18 12:53:52 -08:00
Sreeram Garlapati ccd0d7877f Merge pull request #51 from SreeramGarlapati/javaClient
Java client
2016-02-18 00:42:16 -08:00
Sreeram Garlapati a69351fae0 Handle repeated connection errors and bubble up to specific operation errors 2016-02-18 00:39:42 -08:00
Sreeram Garlapati 7a069e14c3 EventHub Sender improvements
- fix stuck issue
- implement send timer
2016-02-17 22:14:51 -08:00
Sreeram Garlapati 7357721f69 TODO: 1) Flow actual Errors as part of TimeoutException (inc. Connxn async.get()) 2) sending 1 msg in batch throws internalSrvError 2016-02-16 20:23:02 -08:00
Sreeram Garlapati e7cce0fe4a Merge branch 'javaClient' of https://github.com/azure/azure-event-hubs into javaClient 2016-02-16 19:07:48 -08:00
Sreeram Garlapati 1713319c14 Fix Sender stuck & timeout issue 2016-02-16 17:31:07 -08:00
Sreeram Garlapati 3f6c8a605c Merge pull request #48 from SreeramGarlapati/javaClient
Java client
2016-02-16 13:03:33 -08:00
Sreeram Garlapati 8cd79a035c Change receiver link creation to block on connection creation 2016-02-16 12:58:16 -08:00
Sreeram Garlapati e40cc7d38f update pom to to pull Proton-0.12.0 library directly from Maven repo 2016-02-16 11:05:01 -08:00
Sreeram Garlapati 8d76f04b82 Receiver connection errors (ex: container move) - client fixes
follow-ups:
1) fix sync blocking call - msgFactory.getConnectionAsync()
2) find if reactor.quiesced state is reliable or not
3) implement the same stuff for sendAPI
2016-02-16 00:02:01 -08:00
Sreeram Garlapati 09f8afe231 Merge pull request #45 from SreeramGarlapati/javaClient
Get synchronization right
2016-02-13 01:19:50 -08:00
Sreeram Garlapati f7cf851cb7 Get synchronization right 2016-02-13 01:12:44 -08:00
Azure IoT Builder 92197d7a7e Merge commit '2a392413b9e02d3e995e58877ad42017703c3b39' into HEAD 2016-02-11 17:58:05 +00:00
dcristoloveanu 2a392413b9 Update with review comments 2016-02-11 09:58:06 -08:00
dcristoloveanu 5f1396d3da Also replaced a last Proton reference in the visio. 2016-02-10 21:28:18 -08:00
dcristoloveanu 45224e3033 Convert C dev docs to .md 2016-02-10 21:22:13 -08:00
Sreeram Garlapati 0efd208ded Merge pull request #36 from clemensv/javaClient
Java client
2016-02-10 20:57:53 -08:00
Sreeram Garlapati 56c40f0161 Merge pull request #44 from SreeramGarlapati/javaClient
JavaClient: fix sender & receiver deadlock issue
2016-02-10 20:56:21 -08:00
Sreeram Garlapati d21dce8926 Potential Fix: sender stuck issue 2016-02-10 20:51:07 -08:00
Sreeram Garlapati b69510f101 Fix receiver stuck issue
check ConsumerGroup Argument in createReceiver API
Append TrackingID to link name
2016-02-10 20:16:49 -08:00
dcristoloveanu 10840fbd7c Add simple release script 2016-02-10 17:09:56 -08:00
dcristoloveanu 06ca4aa908 Remove obsolete sample and fix readme.md 2016-02-10 16:28:21 -08:00
dcristoloveanu 7d2b91eec5 Update with CR comments and add a contribute.md and fix readme.md 2016-02-10 15:20:21 -08:00
dcristoloveanu 301b1f4835 Refactor code to reduce code duplication 2016-02-10 11:52:01 -08:00
dcristoloveanu a13728d87d Add unit tests for batch with proeprties 2016-02-10 11:47:32 -08:00
dcristoloveanu e7b79a95bf Added most tests for batching, only properties remain 2016-02-09 23:26:45 -08:00
dcristoloveanu ef1ed1e990 Add first batch test 2016-02-09 22:58:40 -08:00
dcristoloveanu 8c3c861aca Added mocks to make unit tests for LL build 2016-02-09 22:28:20 -08:00
dcristoloveanu 3eb73f354f Add batching support 2016-02-09 22:15:01 -08:00
dcristoloveanu 140bf67ffc Initial draft of batching events 2016-02-09 20:59:20 -08:00
dcristoloveanu 049f662183 Snap to latest uamqp 2016-02-09 20:50:07 -08:00
Sreeram Garlapati 59650c71e8 Merge pull request #37 from SreeramGarlapati/javaClient
Javadoc: EventHubClient.send API
2016-02-09 15:02:40 -08:00
Sreeram Garlapati 5f00045c57 FixBug: flow receiver credit only if it falls below prefetchCount 2016-02-09 15:00:17 -08:00
Sreeram Garlapati 3822a606d7 Javadoc all sendAPI
Send 'receiver delivery-acks' in a batch
2016-02-09 14:54:24 -08:00
dcristoloveanu b2ada02f67 More batching 2016-02-09 11:10:04 -08:00
dcristoloveanu f23ba08852 Merge branch 'develop' into add_batch 2016-02-09 11:08:51 -08:00
dcristoloveanu 5cc46fed6a Initial changes to add batch 2016-02-09 11:07:37 -08:00
dcristoloveanu fd0b63fcf8 Snap to latest uAMQP version 2016-02-09 11:07:07 -08:00
clemensv b633366dd1 Publisher policy doc section tabled until client adds support 2016-02-09 19:08:12 +01:00
clemensv e8c1db734a Main Java readme fix 2016-02-09 19:05:25 +01:00
dcristoloveanu 2b7069e816 Changes to the requirement doc for eventhubclient_ll in order to move the properties for a single message to application properties. 2016-02-08 16:41:37 -08:00
dcristoloveanu 73a76ccad2 Fix wrong setting of properties on the delivery annotations. It should obviously be application properties. 2016-02-08 16:33:05 -08:00
dcristoloveanu 00ae5ddb60 Merge with develop 2016-02-08 14:35:19 -08:00
dcristoloveanu d4f4f634f0 Address one miss on the CR comments. 2016-02-08 14:09:00 -08:00
dcristoloveanu 50faed1cd8 Address CR comments 2016-02-08 12:58:42 -08:00
dcristoloveanu 373d415864 Add tests for connectionstringparser 2016-02-07 22:59:42 -08:00
dcristoloveanu 1fc3e3196a Added first test and requirements doc for connectionstringparser 2016-02-07 22:31:01 -08:00
dcristoloveanu 0f77eb46c6 Add connectionparser unittests project 2016-02-07 21:14:36 -08:00
dcristoloveanu 26f350d1e9 Fix leaks due to not freeing key name, value and hostname 2016-02-07 21:08:00 -08:00