confluentinc/kafka-rest

Not possible to increase default value consumer max.poll.records on docker's kafkaRestConfig

vanisoul opened this issue · 1 comments

docker image : confluentinc/cp-kafka-rest:6.1.0
I saw that commit b17eb7e has been corrected
but docker not working

I did
/etc/confluent/docker/launch

echo "===> Launching ${COMPONENT} ... "
exec "${COMPONENT}"-start /etc/"${COMPONENT}"/"${COMPONENT}".properties

=>>

echo "===> Launching ${COMPONENT} ... "
echo consumer.max.poll.records=1 >> /etc/kafka-rest/kafka-rest.properties 
exec "${COMPONENT}"-start /etc/"${COMPONENT}"/"${COMPONENT}".properties

CMD ["/etc/confluent/docker/run"]

I think it not support this config yet