Hi,
Currently, all data writers are created before use and that consumes memory. Some topics (and thus data writers) are events that only be invoked under certain scenarios, and can be created when necessary and release after used.
Is there a way to support dynamic creation and release of data writers, just like malloc() and free() ?