@matteo ping
Enrico
Il Mer 29 Dic 2021, 08:35 Enrico Olivelli ha scritto:
> Matteo,
>
> Il Mer 29 Dic 2021, 02:57 Matteo Merli ha
> scritto:
>
>> > * Add an API to the Java client that makes it easier to maintain a
>> consistent Share State between instances of an application.
>> > * Provide s
Matteo,
Il Mer 29 Dic 2021, 02:57 Matteo Merli ha scritto:
> > * Add an API to the Java client that makes it easier to maintain a
> consistent Share State between instances of an application.
> > * Provide some ready to use recipes, like a simple key-value store
> >
> > It is not a goal to imple
> * Add an API to the Java client that makes it easier to maintain a consistent
> Share State between instances of an application.
> * Provide some ready to use recipes, like a simple key-value store
>
> It is not a goal to implement a Pulsar backed Database system
While the first use case for Pu
+1, Great feature.
> It is not a goal to implement a Pulsar backed Database system
But this does look like a database system. I believe there would be some
limitations here, either in availability, consistency, performance, storage
cost, etc.
So I think we can provide more information about dis
Hello everyone,
I want to start a discussion about PIP-124 Pulsar Client Shared State API
This is the PIP document
https://github.com/apache/pulsar/issues/13490
This is a demo implementation (a proof-of-concept):
https://github.com/eolivelli/pulsar-shared-state-manager
Please take a look and sh