I am interfacing ROS2 with native RTI DDS through RTI Connector for python.
In ROS2, the strings are unbounded and dynamically allocated.
But in RTI, if I give the type as default, then it limits it to 255 bytes.
For that I used the variable. stringMaxLength="2147483647"