I run the republisher like this:
ros2 run point_cloud_transport republish --in_transport raw --out_transport draco --ros-args --remap in:=/point_cloud -p out.draco.force_quantization:=true
If I get the value of the parameter out.draco.force_quantization (using ros2 param get), it says it's True, but the bandwidth of the output is around 4.5MB/s. After I manually set the parameter to true (with ros2 param set), the bandwidth drops to approx 900KB/s, which is an expected value.