python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Infinispan - Unable to specify encoding for remote cache
I have seen quite a number of examples from Infinispan website and Red hat about adding encoding for the key and value of the cache, but I'm unable to do this using my current configuration.
@Configur...
Sammy65
Votes: 0
Answers: 1
Keycloak - write to and read custom entries from Infinispan
Is there a way to write to and read custom entries from Infinispan in a custom Keycloak SPI?
So, for an example, if you’d want to track a number of failed login attempts for a given user, could you st...
eja
Votes: 0
Answers: 0
Creation of Protobuf schema from JSON Schema classes without using annotations in quakrus
Is there any option for Creation of Protobuf schema from JSON Schema classes without using annotaitons for infinispan cache in quakrus
Raghavendra Machani
Votes: 0
Answers: 1
Problem with Protostream and UUID in Infinispan 13.0.0.Final
I'm using Infinispan 13.0.0.final with the default marshaller (protobuf). When I try to use UUID fields in my datatypes
data class CounterState(
@get:ProtoField(number = 1) var index: Long? = null...
Johan Carlsson
Votes: 0
Answers: 1