hazelcast / hazelcast/hazelcast-code-samples

Need samples of using GenericMapLoader and/or GenericMapStore

Open
#633 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
558
Forks
600
PR merge metrics
No merged PRs in 30d

Description

The official Hazelcast documentation provides some details about how to configure GenericMapStore (or GenericMapLoader), but does not explain for example that the resulting objects in the distributed map are stored as GenericRecord.
There is also no information about what the additional dependencies that need to be added to the pom.

I had to add:
```html

com.hazelcast
hazelcast-sql


com.hazelcast
hazelcast-mapstore

```

Also, I had to build a map interceptor in order to store the data in my own POJO (querying map with generic records is difficult).
Would be great to offer these concepts to the community.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.