mkoya | 2022-09-20 07:19:40 UTC | #1
Hi,
My application expects to receive conversation events from up to 4000 users using 4 NotificationHandlers. How much memory size does javaSDK need? How do I calculate the memory size required by the SDK?
tim.smith | 2022-10-04 14:22:52 UTC | #2
The footprint of the SDK in your application depends entirely on what you're doing with it. I would suggest using standard application profiling tools for your application to inspect its performance.
I would strongly suggest using the EventBridge integration for large-scale notification handling like the situation you're describing. WebSocket notifications are intended for single end-user UI applications and do not offer guaranteed delivery of messages. The EventBridge integration is meant for large-scale notification handling and offers a robust feature set appropriate for that use case.
mkoya | 2022-10-03 21:50:38 UTC | #3
Thanks for the suggestion. Using EventBridge integration is unexpected, but I'll consider using it in the future.
system | 2022-11-03 21:51:09 UTC | #4
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 16357