Is this for real-time ingestion or offline, or bot...
# general
m
Is this for real-time ingestion or offline, or both?
r
Hi Mayank, could you suggest us how to increase the column size of running cluster?
m
Does it have offline data push, or realtime only?
If RT only, updating the config and schema update api should do it.
r
Thanks @Mayank, could you point to the doc how to access schema update api.
m
You can do that via swagger UI.
Just go to http//&lt;controllerHost&gt;<controllerPort> -> Click on
Open rest api
-> Select schema
There you will find a way to POST. It will also show you the equivalent curl command