Reputation: 21
What is the limit that GLobalKTable can store? Is it possible to store 50 millions mappings from long to long in GLobalKtable? How to configure the kafka-streams properly to do it? Thanks, Mark
Upvotes: 0
Views: 1309
Reputation: 62350
Only your local disk is your limit. Check out the capacity planning guide to learn how to estimate the required storage: https://docs.confluent.io/current/streams/sizing.html
Upvotes: 2