Posted
over 4 years
ago
by
Ihsan Demir
I want to share an exciting new feature of Hazelcast C++ Client 4.0, the “Compile-time Non-Intrusive Serializer.” As you may already know, Hazelcast supports multiple ways of serialization. You can serialize an object into bytes and deserialize bytes
|
Posted
over 4 years
ago
by
Nicolas Frankel
Since we announced the nomination of Tomasz Gawęda, a new Hero has popped up. We are very happy to officially nominate Lenny Primak from the USA to be our latest Hero in the program. Lenny is a long-time contributor, but some of the Pull Requests he
|
Posted
over 4 years
ago
by
Metin Dumandag
We are happy to announce that the Hazelcast Python Client 4.0 is released! You can install the latest version through PyPI by issuing the following command. pip install hazelcast-python-client Let’s dive into the highlights of this release! Hazelcast
|
Posted
over 4 years
ago
by
Rafal Leszko
Hazelcast was always well integrated with all cloud environments thanks to discovery plugins like Hazelcast AWS Plugin or Hazelcast Kubernetes Plugin. With the IMDG 4.1 release, however, we went one step further in making Hazelcast as user friendly
|
Posted
over 4 years
ago
by
Sharath Sahadevan
Many thanks to Tom O’Connell who co-authored this blog. Hazelcast can be deployed in two topologies – namely Embedded and Client-Server. In this blog, we lay out the differences between the two topologies. Embedded Architecture: Hazelcast is
|
Posted
over 4 years
ago
by
Nicolas Frankel
We recently announced our Hazelcast Heroes program to recognize the efforts of the most engaged contributors in our community. Today, we are very excited to announce our newest Hero, Tomasz Gawęda from Poland! Tomasz became a Hero by having five of
|
Posted
almost 5 years
ago
by
Neil Stevenson
NOTE: This is an updated version of a previous blog. This article contains updated information. You can use Hazelcast for HTTP session replication between multiple replicas of your Spring Boot application. For example, imagine that you have a classic
|
Posted
about 5 years
ago
by
Nicolas Frankel
It has been said that there are two things hard in software development, naming things and cache invalidation (while some add off-by-one errors to the mix). I believe that keeping the cache in sync with the source of truth might count as a third one.
|
Posted
about 5 years
ago
by
Can Gencer
Jet 4.2 is finally here! Here’s an overview of what’s new: Change Data Capture Support for MySQL and PostgreSQL Previously, Jet has had support for Debezium as a contrib package. We’re happy to announce that we’ve made several improvements to this
|
Posted
about 5 years
ago
by
Rafal Leszko
NOTE: This is an updated version of a previous blog. This article contains current information. Spring Boot is very well integrated with Hazelcast. It’s enough to provide Hazelcast configuration on the classpath and it will be automatically used. In
|