The Wayback Machine - https://web.archive.org/web/20201226045635/https://github.com/topics/hazelcast
Skip to content
#

hazelcast

Here are 249 public repositories matching this topic...

sancar
sancar commented Dec 9, 2020

We have added default serializers to the 4.2 series here:
hazelcast/hazelcast#17934

There is a problem with backward compatibility. If a user had CustomSerializer for optional in 4.1, in 4.2 there is no way to use their serializers, and Hazelcast will throw java.lang.IllegalArgumentException: [class java.util.Optional] serializer cannot be overridden

Users can basi

Streaming reference architecture for ETL with Kafka and Kafka-Connect. You can find more on http://lenses.io on how we provide a unified solution to manage your connectors, most advanced SQL engine for Kafka and Kafka Streams, cluster monitoring and alerting, and more.

  • Updated Dec 20, 2020
  • Scala
fr1zle
fr1zle commented Dec 8, 2020

https://github.com/hazelcast/hazelcast-kubernetes/blob/master/src/main/java/com/hazelcast/kubernetes/HazelcastKubernetesDiscoveryStrategy.java#L45

On this line the Kubernetes API Client is constructed, even if DNS_LOOKUP is chosen as discovery strategy.
This results in an attempt to access /var/run/secrets/kubernetes.io/serviceaccount/token which while fail in environments where token does n

mdumandag
mdumandag commented Oct 14, 2020

For example, to configure the reconnect mode, one has to do the following.

import hazelcast

from hazelcast.config import ReconnectMode


client = hazelcast.HazelcastClient(
    reconnect_mode=ReconnectMode.OFF,
)

We can get rid of the import and extra typing required by also allowing configurations like below

import hazelcast

client = hazelcast.Hazelcas

Improve this page

Add a description, image, and links to the hazelcast topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hazelcast topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.