Hi @jaeseung
The client configurations have to be passed using the cluster alias replication:
for consumer configs: primary->secondary.consumer.<config> >
for producer configs: primary->secondary.producer.override.<config>
Please try using Under SRM configs:
<source>-><target>.producer.override.max.request.size=<desired value>
If that doesn't work use:
<source>-><target>.producer.max.request.size=<desired value>