https://github.com/karesti/protobuf-marshalling-guide
Simple code examples to understand cache encodings and marshalers in Infinispan: java marshalled data, text data and Protobuf binary data
https://github.com/karesti/protobuf-marshalling-guide
infinispan marshalling protobuf quarkus spring-boot
Last synced: about 1 month ago
JSON representation
Simple code examples to understand cache encodings and marshalers in Infinispan: java marshalled data, text data and Protobuf binary data
- Host: GitHub
- URL: https://github.com/karesti/protobuf-marshalling-guide
- Owner: karesti
- Created: 2021-02-22T19:33:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T15:06:58.000Z (about 5 years ago)
- Last Synced: 2025-02-10T09:44:29.223Z (over 1 year ago)
- Topics: infinispan, marshalling, protobuf, quarkus, spring-boot
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Understanding Protobuf Caches
This project is the base source code for the Protobuf Guide