asyncapi / community

AsyncAPI community-related stuff.
https://www.asyncapi.com/community
96 stars 101 forks source link

Community Meeting, 8:00 UTC Tuesday May 30th 2023 #715

Closed asyncapi-bot closed 1 year ago

asyncapi-bot commented 1 year ago
Meeting Info Details
Purpose This is a community meeting to regularly talk in open about important topics around AsyncAPI Initiative.
Time 8:00 UTC | Translate to your time zone with the time zone converter.
Meeting Place Link
Zoom Join live.
YouTube Watch live and interact through live chat.
Twitch Watch live.
Twitter Watch live.
LinkedIn Watch live.
More Info Details
Meeting Recordings YouTube Playlist.
AsyncAPI Initiative Calendar Public URL.
iCal File Add to your calendar.
Newsletter Subscribe to get weekly updates on upcoming meetings.

Agenda

Don't wait for the meeting to discuss topics that already have issues. Feel free to comment on them earlier.

  1. Q&A
  2. Place for your topic
  3. Q&A

Notes

Recording https://www.youtube.com/watch?v=0X7wnn41Vho Recording and full transcription also here https://fathom.video/share/JjcyFg46GYQkXhGBQ_9w7gwKxvTCrsU7

AI Generated notes with some edits:

thulieblack commented 1 year ago
  1. Announce AACoT Madrid CFP closure
  2. AACoT London on the 20th of September Call for Speakers to be announced next week!
rajendra-kashi commented 1 year ago

G'day All,

I am not sure whether it is relevant to ask in today's community meeting, this below question - If it is irrelevent please ignore it.

The question is:

For Example:

This json schema I got it from https://json-schema.org/understanding-json-schema/reference/conditionals.html#if-then-else :

{
  "type": "object",
  "properties": {
    "street_address": {
      "type": "string"
    },
    "country": {
      "default": "United States of America",
      "enum": ["United States of America", "Canada"]
    }
  },
  "if": {
    "properties": { "country": { "const": "United States of America" } }
  },
  "then": {
    "properties": { "postal_code": { "pattern": "[0-9]{5}(-[0-9]{4})?" } }
  },
  "else": {
    "properties": { "postal_code": { "pattern": "[A-Z][0-9][A-Z] [0-9][A-Z][0-9]" } }
  }
}

I would like to know whether we can generate java classes with each property setter should include the regular expression.

If it is relevant - please help to answer.

Thanking you, Raj

Mayaleeeee commented 1 year ago

Update on the AACoT'23 Website design. You can find the discussion here.

Mayaleeeee commented 1 year ago

What is the name of the AI @derberg ?

kaushik-rishi commented 1 year ago

@Mayaleeeee It's Fathom. It's working wonders isn't it :slightly_smiling_face:

Great tool @derberg :clap:

Mayaleeeee commented 1 year ago

@Mayaleeeee It's Fathom. It's working wonders isn't it :slightly_smiling_face:

Great tool @derberg :clap:

Thank you @kaushik-rishi