hazelcast-nodejs-client icon indicating copy to clipboard operation
hazelcast-nodejs-client copied to clipboard

Hazelcast Node.js Client

Results 107 hazelcast-nodejs-client issues
Sort by recently updated
recently updated
newest added

The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/20806 for details. --- Most of the logic is turned into a single threaded one to be able reason about the...

Type: Cleanup
to-jira
Source: Internal

Somehow the filter argument does not exist in the interface but exists in the implementation. Consider adding it as a optional parameter so that adding it is backward compatible. In...

Type: Enhancement
Estimation: S
to-jira

[Run tests of branch 4.1.x on windows-latest with Node 15](https://github.com/hazelcast/hazelcast-nodejs-client/runs/5525297030?check_suite_focus=true#logs) commit de04a6b1b949b4d591d61b88a44b6731ae671bcc 2) StatisticsTest (non-default period) should not change before period: AssertionError: expected 'lastStatisticsCollectionTime=16471412…' to equal 'lastStatisticsCollectionTime=16471412…' + expected -...

Type: Test-Failure
Priority: Low
to-jira

Add api documentation to server error types and add missing errors.

Type: Defect
Type: Documentation
to-jira

Originally reported by @puzpuzpuz **Describe the bug** `sort` method in the TS `Comparator` interface used by `PagingPredicate` seems to be redundant. The client doesn't need it since the sort happens...

Type: Defect
Estimation: S
to-jira
Breaking Change
Source: Internal

On client start it tries to create remote data structures for local proxies. See: https://github.com/hazelcast/hazelcast-nodejs-client/blob/d6807692ef8824d15e73dcfb68141867d7330cc2/src/HazelcastClient.ts#L463 But in fact this call doesn't seem to do anything valuable. Local proxies can be...

Type: Cleanup
to-jira

**Describe the bug** Some serializers like linkedlist serializer is out of date. Sync them with server side. **Additional context** The serializer changed in this pr: https://github.com/hazelcast/hazelcast/pull/15371/files

Type: Defect
Priority: Medium
Estimation: S
to-jira

Things get complicated when we want to pass several arguments to mocha. Right now we can pass a pattern to test script like this: `npm run test pattern` This sets...

Type: Enhancement
Contribution-Welcome
Priority: Low
Estimation: S
good first issue
to-jira

Java client has [`ReliableMessageListener`](https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/main/java/com/hazelcast/topic/ReliableMessageListener.java) interface which describes additional methods, like `boolean isLossTolerant()`. On the other hand, Node.js client only has [`MessageListener`](https://github.com/hazelcast/hazelcast-nodejs-client/blob/master/src/proxy/topic/MessageListener.ts) type which describes a function. At the moment the...

Type: Enhancement
to-jira