Skip to content

Commit

Permalink
Patch eh for config example
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Jun 21, 2024
1 parent ba61e61 commit 37b02bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ target {
batch_byte_limit = 1000000

# Sets the eventHub message partition key, which is used by the EventHub client's batching strategy
set_eh_partition_key = false
set_eh_partition_key = true
}
}
2 changes: 1 addition & 1 deletion config/component_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestCreateTargetComponentHCL(t *testing.T) {
ChunkMessageLimit: 501,
ContextTimeoutInSeconds: 21,
BatchByteLimit: 1000000,
SetEHPartitionKey: false,
SetEHPartitionKey: true,
},
},
{
Expand Down

0 comments on commit 37b02bc

Please sign in to comment.