Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wwerner committed Feb 2, 2020
1 parent 2e0346a commit 26ab59c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vlingo-schemata-integration/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@ In the producer project's pom, reference the updated file as a new patch version
<2> use updated specification; this would normally be the same file
<3> specify the version the update is applied to

You'll notice that the build fails and presents you with a list of changes you have made.
Now you can either change the update to make it compatible or update the version to the next
major version `1.0.0`.

So, by using the schema registry you not only have a way to integrate multiple bounded contexts
but are - as a consumer - safe from inadvertent upstream incompatibilities and, - as a publisher -
safe from accidentally pushing such updates.



Expand Down

0 comments on commit 26ab59c

Please sign in to comment.