Skip to content

Commit 19da405

Browse files
committed
two-schema-registry-articles
1 parent 9f2fe69 commit 19da405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/schema-registry-client-side-enforcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: spelluru
99

1010
# Client-side schema enforcement
1111

12-
Client-side schema enforcement ensures that data is validated on the client side. The data is sent by the producer application and received by the consumer application. That data is validated against schemas defined in the schema registry on the client side rather than the broker/server side.
12+
Client-side schema enforcement ensures that data is validated on the client side. The producer application sends the data and the consumer application receives it. That data is validated against schemas defined in the schema registry on the client side rather than the broker/server side.
1313

1414
This flow is illustrated as shown:
1515

0 commit comments

Comments
 (0)