tgrieger-sf commented on issue #11793: URL: https://github.com/apache/pulsar/issues/11793#issuecomment-920231446
I got the transactions working. Instead of updating the values and running the transaction initialization command, I run this script at startup as the entrypoint: ``` #!/bin/sh sed -i 's/transactionCoordinatorEnabled=false/transactionCoordinatorEnabled=true/g' /pulsar/conf/broker.conf sed -i 's/transactionCoordinatorEnabled=false/transactionCoordinatorEnabled=true/g' /pulsar/conf/standalone.conf /pulsar/bin/pulsar standalone ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
