Skip to content

Commit

Permalink
adding more fixes to failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored May 31, 2024
1 parent d9aa032 commit 153fe35
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/casestudies/hdi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: hdiglobal
company:
name: HDI Global SE
description: The HDI brand operates in Germany and internationally, offering life and property/casualty insurance services. They cater to both private individuals and corporate clients, and have been providing industrial insurance since 2016.
customers: 5000
customers: "5000"
industry: Insurance
revenue: 9.1 Mrd. EUR
website: https://www.hdi.global/
Expand Down Expand Up @@ -30,9 +30,10 @@ technical: #We need some more technical information related to case study.
languages:
- bash
frameworks:
- # cant be removed is expected to exist
- Nothing specific
protocols:
- AMQP
broker: Azure Service Bus
testing: |
The AsyncAPI document is validated using the AsyncAPI CLI to confirm that the document is correctly formatted and adheres to the AsyncAPI specification.
architecture: |
Expand Down Expand Up @@ -136,7 +137,7 @@ asyncapi: #More specific details about AsyncAPI itself and how is it used.
- The AsyncAPI document serves as a source for generating data transfer objects (DTOs) in Java, for example, by using the AsyncAPI Java generator.
These DTOs are used in the code to ensure type safety and to provide a clear understanding of the data structure.
versions:
- 3.0
- '3.0.0'
storage: |
A seperate Git repository functions as a "customer Wiki", serving as a central location for all relevant documents about the existing infrastructure.
This includes the AsyncAPI document, which provides a comprehensive overview of the asynchronous communication in our system.
Expand All @@ -159,4 +160,4 @@ asyncapi: #More specific details about AsyncAPI itself and how is it used.
* [AsyncAPI Generator](https://github.com/asyncapi/generator):
* [markdown-template](https://github.com/asyncapi/markdown-template).
fullExample: resources/casestudies/hdi/asyncapi.yaml
additionalResources: null
additionalResources: ' '

0 comments on commit 153fe35

Please sign in to comment.