Skip to content

Commit 9f2fe69

Browse files
committed
two-schema-registry-articles
1 parent 70be63f commit 9f2fe69

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. That means that the data (sent by the producer application and received by the consumer application) 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 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.
1313

1414
This flow is illustrated as shown:
1515

0 commit comments

Comments
 (0)