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
* [Event Hubs] Release Prep + Partition Key
The focus of these changes is to ensure that the partition key is correctly
considered for all publishing scenarios; some overloads were not setting
the key during message conversion, causing round-robin routing to be applied.
Copy file name to clipboardExpand all lines: sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<ProjectSdk="Microsoft.NET.Sdk">
2
2
<PropertyGroup>
3
3
<Description>Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. This client library allows for both publishing and consuming events using Azure Event Hubs. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/</Description>
4
-
<Version>5.8.0-beta.1</Version>
4
+
<Version>5.7.2</Version>
5
5
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
Assert.That(amqpSourceMessage.SerializedMessageSize,Is.EqualTo(batchMessage.SerializedMessageSize),"The serialized size of the messages should match.");
1212
1212
}
@@ -1556,11 +1556,11 @@ public async Task SendBatchUsesThePartitionKey()
Assert.That(amqpSourceMessage.SerializedMessageSize,Is.EqualTo(batchMessage.SerializedMessageSize),"The serialized size of the messages should match.");
0 commit comments