Skip to content

Instantly share code, notes, and snippets.

@dmusicant-dk
Created June 13, 2023 17:27
Show Gist options
  • Save dmusicant-dk/76b522198483e8f5f4bff455f90f5c5a to your computer and use it in GitHub Desktop.
Save dmusicant-dk/76b522198483e8f5f4bff455f90f5c5a to your computer and use it in GitHub Desktop.
Message Part Type Serializer
Key long (Int64) Use the built in Confluent serializer
Value User? Use the serializer you created. The User type has this contract:
public record User( long Id, string FirstName, string LastName, DatetimeOffset DateOfBirth );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment