We have a microprocessor deployed to EC2 that has a state store backed by ehcache. In the ehcache.xml configuration, this is how the directory location is defined.
<!-- Persistent cache directory -->
<persistence directory="${user.home}/stateStore/Requirments/Avro/" />
Is it possible to view the entries in the state store ? Where would that directory be located? On one of the broker servers or on AWS container?
If this is not the right place for this question, please let me know, which of the other Stack sites I should ask this question?
Thank you
question from:
https://stackoverflow.com/questions/65930906/how-to-view-kafka-state-store-entries-backed-by-ehcache-in-microprocessor-deploy 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…