Skip to content

Commit 407b793

Browse files
e-esakmansakshee
andauthored
fix: Broken Avro Specification Links in Blog Posts (#501)
* Fix Avro Schema link in microcks 1.1.0 release notes Updated Avro Schema link in testing enhancements section. Signed-off-by: Sakshee-s <sumansakshee36@gmail.com> Signed-off-by: sakshee <sakshee@sakshees-MacBook-Air.local> * Fix redirecting Avro schema links in blog posts Signed-off-by: sakshee <sakshee@sakshees-MacBook-Air.local> --------- Signed-off-by: Sakshee-s <sumansakshee36@gmail.com> Signed-off-by: sakshee <sakshee@sakshees-MacBook-Air.local> Co-authored-by: sakshee <sakshee@sakshees-MacBook-Air.local>
1 parent 68df1e9 commit 407b793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/blog/apache-kafka-mocking-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For defining such a test, you will need to specify:
9696

9797
{{< image src="images/blog/apache-kafka-mocking-testing-test.png" alt="image" zoomable="true" >}}
9898

99-
> In 1.1.0 release we only deal with JSON Schema describing message payload but we plan to include [Avro Schema](http://avro.apache.org/docs/current/spec.html) support in next releases. For more details, see the [Test Runner](https://microcks.io/documentation/references/test-endpoints/#test-runner) documentation.
99+
> In 1.1.0 release we only deal with JSON Schema describing message payload but we plan to include [Avro Schema](https://avro.apache.org/docs/) support in next releases. For more details, see the [Test Runner](https://microcks.io/documentation/references/test-endpoints/#test-runner) documentation.
100100
101101
Microcks is able to launch tests asynchronously, to collect and store results and then give a restitution of the test results as well as the received messages. See the failed test below: received message triggered a validation error because the `sendAt` property was not of the expected type.
102102

content/blog/microcks-1.1.0-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Not surprisingly, Microcks turning GA generates a lot of attention from users ma
3434

3535
For the need of asynchronous API testing features, we introduced a new testing strategy called `ASYNC_API_SCHEMA`. When testing an event-based API with this strategy, Microcks will try to validate the messages received on the connected broker endpoints against a schema found in the AsyncAPI specification.
3636

37-
> In 1.1.0 release we only deal with JSON Schema for describing message payload but we plan to include [Avro Schema](http://avro.apache.org/docs/current/spec.html) support in next releases. For more details, see the [Test Runner](https://microcks.io/documentation/references/test-endpoints/#test-runner) documentation.
37+
> In 1.1.0 release we only deal with JSON Schema for describing message payload but we plan to include [Avro Schema](https://avro.apache.org/docs/) support in next releases. For more details, see the [Test Runner](https://microcks.io/documentation/references/test-endpoints/#test-runner) documentation.
3838
3939
Understanding testing value is usually not easy to evaluate and mainly because it implies having a functional application at hand. We have had a lot of comments on this point from community users and we have decided to provide a sample application from our famous `API Pastry` sample. So now, you can have a true application at hand to evaluate [OpenAPI](https://www.openapis.org/) testing 🥳
4040

0 commit comments

Comments
 (0)