ic4y commented on code in PR #3696:
URL:
https://github.com/apache/incubator-seatunnel/pull/3696#discussion_r1046628591
##########
seatunnel-engine/seatunnel-engine-common/src/main/resources/hazelcast.yaml:
##########
@@ -32,7 +27,11 @@ hazelcast:
auto-increment: true
port-count: 100
port: 5801
- properties:
- hazelcast.invocation.max.retry.count: 20
- hazelcast.tcp.join.port.try.count: 30
- hazelcast.logging.type: log4j2
+ map:
+ map-name-template:
+ map-store:
+ enabled: true
+ initial-mode: EAGER
+ class-name: org.apache.seatunnel.engine.server.persistence.FileMapStore
+ properties:
+ path: /tmp/file-store-map
Review Comment:
The FileMapStoreFactory has not been merged into #3637, so there is no need
to add map-store configuration at this pr. @liugddx
--
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]