Skip to content

Commit

Permalink
chore: regenerate snapshots for dependent producer
Browse files Browse the repository at this point in the history
  • Loading branch information
vhatsura committed Aug 7, 2024
1 parent 4fdb063 commit c537033
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="2.2.0"/>
<PackageReference Include="FluentAssertions" Version="6.12.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0"/>
<PackageReference Include="Snapshooter.Xunit" Version="0.14.1"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"Status": "Ok",
"StatusDescription": null,
"HasRemoteParent": false,
"Kind": "Producer",
"OperationName": "produce_topic publish",
"DisplayName": "produce_topic publish",
"OperationName": "dependent_produce_topic publish",
"DisplayName": "dependent_produce_topic publish",
"Source": {
"Name": "Confluent.Kafka.Extensions.Diagnostics",
"Version": ""
Expand All @@ -26,7 +25,7 @@
},
{
"Key": "messaging.destination.name",
"Value": "produce_topic"
"Value": "dependent_produce_topic"
},
{
"Key": "messaging.kafka.destination.partition",
Expand Down Expand Up @@ -54,6 +53,5 @@
"IsAllDataRequested": false,
"ActivityTraceFlags": "None",
"ParentSpanId": {},
"IsStopped": true,
"IdFormat": "W3C"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"Status": "Ok",
"StatusDescription": null,
"HasRemoteParent": false,
"Kind": "Producer",
"OperationName": "produce_async_topic publish",
"DisplayName": "produce_async_topic publish",
"OperationName": "dependent_produce_async_topic publish",
"DisplayName": "dependent_produce_async_topic publish",
"Source": {
"Name": "Confluent.Kafka.Extensions.Diagnostics",
"Version": ""
Expand All @@ -26,15 +25,15 @@
},
{
"Key": "messaging.destination.name",
"Value": "produce_async_topic"
"Value": "dependent_produce_async_topic"
},
{
"Key": "messaging.kafka.destination.partition",
"Value": "0"
},
{
"Key": "messaging.kafka.message.offset",
"Value": "1"
"Value": "0"
}
],
"Events": [],
Expand All @@ -54,6 +53,5 @@
"IsAllDataRequested": false,
"ActivityTraceFlags": "None",
"ParentSpanId": {},
"IsStopped": true,
"IdFormat": "W3C"
}

0 comments on commit c537033

Please sign in to comment.