Conference | Live Schedule | Talks | Get your ticket | Slides | Set your timezone
Applied Modern C++: the problem of messages versioning in API

Olivia Quinet
On Day 3 at 11:40 (CET/Berlin) in Track C [Jade Room and online]
When dealing with versioned exchanged API messages, it is often useful to upgrade/downgrade the version to answer the requests, e.g. the client is communicating with version 1.1 and the server is using version 1.2.1 internally.
This talk presents an elegant solution in Modern C++ for this use case
Please login to comment