adamsaghy commented on code in PR #3798:
URL: https://github.com/apache/fineract/pull/3798#discussion_r1523293752
##########
fineract-provider/src/main/resources/application.properties:
##########
@@ -98,6 +98,7 @@
fineract.remote-job-message-handler.kafka.admin.extra-properties-key-value-separ
fineract.remote-job-message-handler.kafka.admin.extra-properties=${FINERACT_REMOTE_JOB_MESSAGE_HANDLER_KAFKA_ADMIN_EXTRA_PROPERTIES:}
fineract.events.external.enabled=${FINERACT_EXTERNAL_EVENTS_ENABLED:false}
+fineract.events.external.partition-size=${FINERACT_EXTERNAL_EVENTS_PARTITION_SIZE:5000}
Review Comment:
Please dont forget to add this field to the application-test.properties as
well ;)
--
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]