Skip to content

Commit f26c928

Browse files
authored
feat: add Paris Agenda draft (#840)
Co-authored-by: thulieblack <[email protected]>
1 parent ae6cf83 commit f26c928

File tree

4 files changed

+58
-2
lines changed

4 files changed

+58
-2
lines changed

config/agenda.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,54 @@
278278
"speaker": [9, 10],
279279
"type": "Closing Remarks",
280280
"city": "Online"
281+
},
282+
{
283+
"time": "9:15 AM CET - 10:10 AM CET",
284+
"session": "What Are We Missing in AsyncAPI?",
285+
"speaker": 14,
286+
"type": "Key Note",
287+
"city": "Paris"
288+
},
289+
{
290+
"time": "10:15 AM CET - 10:40 AM CET",
291+
"session": "TBC",
292+
"speaker": 40,
293+
"type": "Technical Talk",
294+
"city": "Paris"
295+
},
296+
{
297+
"time": "11:00 AM CET - 11:55 AM CET",
298+
"session": "A Multi-Protocol Code Generation for Modern APIs",
299+
"speaker": 35,
300+
"type": "Technical Talk",
301+
"city": "Paris"
302+
},
303+
{
304+
"time": "12:00 PM CET - 12:55 PM CET",
305+
"session": "Power AI with Real-Time Data using AsyncAPI & Agent Mesh",
306+
"speaker": [36,37],
307+
"type": "Technical Talk",
308+
"city": "Paris"
309+
},
310+
{
311+
"time": "14:00 PM CET - 14:55 PM CET",
312+
"session": "Lost in Translation: Unlocking Integration Success Beyond AsyncAPI",
313+
"speaker": 16,
314+
"type": "Technical Talk",
315+
"city": "Paris"
316+
},
317+
{
318+
"time": "15:00 PM CET - 15:25 PM CET",
319+
"session": "TBC",
320+
"speaker": 40,
321+
"type": "Technical Talk",
322+
"city": "Paris"
323+
},
324+
{
325+
"time": "15:55 PM CET - 16:50 PM CET",
326+
"session": "AsyncAPI Ambassador Panel",
327+
"speaker": [16,34,1,38],
328+
"type": "Panel Discussion",
329+
"city": "Paris"
281330
}
282331
]

config/city-lists.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
{
135135
"name": "Paris",
136136
"country": "France",
137-
"date": "9 - 11 December, 2025",
137+
"date": "11 December, 2025",
138138
"cfpDate": "31 October 2025",
139139
"description": "Join us at apidays Paris for the AsyncAPI Conference and explore event-driven architecture with the global open-source community",
140140
"img": "/img/locations/paris.webp",

config/speakers.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"title": "Creator of AsyncAPI",
229229
"img": "/img/speaker-images/bangalore/Fran.webp",
230230
"id": 34,
231-
"city": ["Online"]
231+
"city": ["Online","Paris"]
232232
},
233233
{
234234
"name": "Jonas Lagoni",
@@ -264,5 +264,12 @@
264264
"img": "/img/speaker-images/london/Swen-Helge Huber.webp",
265265
"id": 39,
266266
"city": ["Paris"]
267+
},
268+
{
269+
"name": "TBA",
270+
"title": "TBA",
271+
"img": "/img/speaker-images/paris/TBA.webp",
272+
"id": 40,
273+
"city": ["Paris"]
267274
}
268275
]
43.2 KB
Loading

0 commit comments

Comments
 (0)