Giannis Polyzos

Results 9 issues of Giannis Polyzos

When im using Json schema, even though the records are being written as json it seems like the schema doesn't get attached to the topic? i.e pulsar-admin schemas get gives...

When running a function or connector seems like the minimum memory setting should be 1GB. Is there a particular reason for this? This makes it hard for local dev when...

type/question

When creating a PulsarClient, Producer, Consumer and Readers it will be good to have a way to provide all the necessary configurations in a typesafe way. For example at the...

Initial the library was using zio 1.0. We need to update the components in place with the new ones. For example in the Pulsar client: ``` ZIO.effect() to Zio.attempt() ```...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Overall Apache Paimon offers low TCO, but in terms of S3 API calls...

enhancement

### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation When creating an Append for Message Queue table, as depicted in the screenshot...

enhancement

Currently we can set the schema compatibility strategy as well as allow auto update schema doing the following using the pulsar-admin tool ``` ./pulsar-admin namespaces set-schema-compatibility-strategy -c FORWARD_TRANSITIVE public/default ./pulsar-admin...

https://aiven.github.io/aiven-operator/docs/resources/kafka/#producing-and-consuming-events on consuming events we reference -> To consume a message, you can use a graphical interface called [Kowl](https://github.com/cloudhut/kowl). and when you click on kowl takes you to the redpanda...