John Taubensee
b21717ab0f
Merge pull request #6 from jtaubensee/master
...
updated image size
2016-10-11 20:19:50 -07:00
jtaubensee
9ab6433bdc
updated image size
2016-10-11 20:18:32 -07:00
Serkant Karaca
4b116c3d70
Merge pull request #4 from jtaubensee/add-image
...
Adding Event Hubs image to readme.md
2016-10-11 16:51:36 -07:00
John Taubensee
3cc0e35668
Merge pull request #5 from jtaubensee/image
...
adding event hubs image to repo
2016-10-11 16:48:31 -07:00
jtaubensee
eec1537ac4
adding image
2016-10-11 16:47:50 -07:00
jtaubensee
e46dd528a4
formatting image in readme (I know, a markdown anti-pattern)
2016-10-11 16:45:24 -07:00
jtaubensee
acfc6a0b91
Adding Event Hubs image to readme.md
2016-10-11 16:34:29 -07:00
John Taubensee
ec29b4f33a
Merge pull request #3 from jtaubensee/repo-init
...
updating issue submission hyperlink
2016-10-11 15:39:50 -07:00
jtaubensee
1982d97329
updating issue hyperlink
2016-10-11 15:38:20 -07:00
John Taubensee
7018a9f951
Merge pull request #2 from jtaubensee/repo-init
...
Repo init before becoming public
2016-10-11 15:36:45 -07:00
jtaubensee
e935c5be94
Added .gitattributes, contribution guide, and license from azure-event-hubs repo
2016-10-11 15:35:17 -07:00
Serkant Karaca
c8839ab4da
Merge pull request #1 from Azure/AddGitIgnore
...
Adding .gitignore
2016-10-11 15:19:49 -07:00
Serkant Karaca
bdc2ea925d
Adding .gitignore
2016-10-11 15:17:54 -07:00
Serkant Karaca
67aae177a4
Merge from CoreCLRClient branch.
2016-10-11 15:05:22 -07:00
Serkant Karaca
3ccb35b6d5
Merge branch 'CoreCLRClient' of https://github.com/Azure/azure-event-hubs-dotnet
2016-10-11 15:04:42 -07:00
Serkant Karaca
449e2ddba0
.
2016-10-11 15:03:00 -07:00
Serkant Karaca
4dfb9c4e12
.
2016-10-11 14:25:13 -07:00
Serkant Karaca
87807efa9d
Removing CreateSharedAccessSignatureTokenProvider from EventHubsConnectionStringBuilder.
2016-10-11 11:33:48 -07:00
Serkant Karaca
8ab6a13edd
- Renaming EventsHubConnectionSettings to EventsHubConnectionStringBuilder
...
- Enabling custom retry policy.
- Moving retry policy to client and removing it from connection string builder.
-
2016-10-10 14:08:18 -07:00
Serkant Karaca
665e733dc0
Connection string builder changes and adding EPH CIT ProcessorHostEntityPathSetting.
2016-10-10 14:05:59 -07:00
Serkant Karaca
066fef2757
Adding CITs:
...
- ConnectionStringBuilderTest
- CreateClientWithoutEntityPathShouldFail
2016-10-10 14:05:11 -07:00
Serkant Karaca
67e96df88d
Adding eventHubPath back to EPH constructors.
...
ReceiveTimeout in processor options will override the OperationTimeout value from connection string.
Avoid path conflict between eventHubPath and the path in the connection string when instantiating EPH.
2016-10-10 14:03:38 -07:00
Serkant Karaca
fc9bb869a3
Sample changes due to client API recent changes.
2016-10-10 14:00:04 -07:00
Serkant Karaca
d4fc86be2b
Adding a CIT to cover host reregister case.
2016-10-07 16:00:52 -07:00
Serkant Karaca
a600346674
Enabling customer retry policy and adding a related CIT.
2016-10-07 16:00:33 -07:00
Serkant Karaca
c3eaaf5c43
Merge pull request #275 from jtaubensee/samples
...
Adding .NET samples
2016-10-07 14:27:25 -07:00
jtaubensee
0f4f446f71
Updated formatting of samples. Added param for number of messages to send.
2016-10-06 15:09:05 -07:00
Serkant Karaca
518cbef283
Fix EPH CITs to allow enough time to drain events from eventhub.
2016-10-05 17:49:18 -07:00
Serkant Karaca
95266bb9fb
Adding CIT coverate for partitionContext.CheckPointAsync() batch checkpointing behavior.
2016-10-05 15:46:09 -07:00
jtaubensee
fcce5c3b1a
StyleCop updates
2016-10-05 10:48:39 -07:00
jtaubensee
ebba1fe5ac
More doc updates
2016-10-05 10:42:35 -07:00
jtaubensee
33514145fb
Updated SampleSender console output
2016-10-05 10:31:45 -07:00
jtaubensee
d4aa81287c
further doc updates. Also updated getting started namespace
2016-10-05 10:19:05 -07:00
jtaubensee
88e4dfde8c
Updated getting started readmes
2016-10-05 10:09:27 -07:00
jtaubensee
6b65137281
Updated samples and getting started docs based on feedback
2016-10-05 09:55:21 -07:00
jtaubensee
42d6d2ba08
Added getting started guides for sending and receiving.
2016-10-04 16:02:57 -07:00
jtaubensee
9fe8893a16
Added send / receive sample
2016-10-04 13:57:34 -07:00
Serkant Karaca
5ee64c31fc
Removing entityPath parameter from EPH constructors since entity path is mandatory in connection string and having the same path in 2 different places can easily break consistency.
2016-10-04 13:05:01 -07:00
Serkant Karaca
d8d4868695
Amendment to PartitionPump offset/sequencenumber fix.
2016-09-30 12:55:23 -07:00
Serkant Karaca
a6d5157b7a
PartitionPump to update offset/sequencenumber on the PartitionContext so that Checkpoint() call can respect the last message delivered.
2016-09-30 12:54:05 -07:00
Serkant Karaca
fe73690271
Handling link creation failure handling such as MessagingEntityNotFoundException on the sender.
2016-09-30 12:52:49 -07:00
Serkant Karaca
708d1e3a5a
Wiring up MessagingEntityNotFoundException in AmqpExceptionHelper
2016-09-30 12:50:52 -07:00
Serkant Karaca
3a47c59cb2
Fixing NullRef in EPH CIT.
2016-09-30 12:50:18 -07:00
Serkant Karaca
1cabd2c5a6
Taking OperationCanceledException as retriable error.
2016-09-30 12:49:49 -07:00
Serkant Karaca
30fb8096b4
Replacing or removing Java references in the code comments.
2016-09-30 12:49:00 -07:00
Serkant Karaca
704a0733cf
Adding new client CITs:
...
- CreateReceiverWithOffset()
- CreateReceiverWithDateTime()
- MessageSizeExceededException()
- SendReceiveNonexistentEntity()
- PartitionKeyValidation()
2016-09-30 12:47:43 -07:00
Serkant Karaca
9daade2d73
Adding MessagingEntityNotFoundException
2016-09-30 12:46:46 -07:00
Serkant Karaca
19919c77d7
Adding MessageSizeExceededException
2016-09-30 12:46:33 -07:00
Serkant Karaca
9227ba0dbc
Merge branch 'CoreCLRClient' of https://github.com/Azure/azure-event-hubs into CoreCLRClient
...
# Conflicts:
# csharp/src/Microsoft.Azure.EventHubs.Processor/EventHubPartitionPump.cs
# csharp/src/Microsoft.Azure.EventHubs.Processor/EventProcessorHost.cs
# csharp/src/Microsoft.Azure.EventHubs/Amqp/AmqpPartitionReceiver.cs
# csharp/src/Microsoft.Azure.EventHubs/Primitives/EventHubsConnectionSettings.cs
# csharp/test/Microsoft.Azure.EventHubs.Processor.UnitTests/EventProcessorHostTests.cs
2016-09-28 16:30:03 -07:00
Serkant Karaca
e4e4347ceb
Hiding non-checkpoint offset and sequence number update accessors.
2016-09-27 11:56:56 -07:00