Tomas Fabian

Results 8 issues of Tomas Fabian

### Describe the bug Hi, in case that the secret value contains a comma character we receive the following error message: ```text helm-controller unable to merge value from key 'brokers'...

Hi, when the trigger is trying to drop itself, combined with the conversation_cursor, it "locks" all upcoming DML operations and the trigger is not dropped: The DML operations are failing...

**Steps to Reproduce:** I created a sample project with the following command: ``` mn create-app my-kafka-streams2 --features kafka-streams --lang=kotlin --build gradle ``` At the beginning it worked. Everytime I did...

**Is your feature request related to a problem? Please describe.** Behind the scenes we have a VMWare NSX-T virtual network which is not under our direct control. We enabled the...

stale

#66 - added `ModelBuilder` to **configure the model**, allowing the customization of **keys** - added `FieldTypeBuilderExtensions` for configuring **decimal types** - added `IFromItemTypeConfiguration` to apply model-related configurations using the provided...

This proposal suggests implementing the "Ignore" method from the model builder fluent API to manage the exclusion of specific properties during code generation. The "Ignore" method allows us to define...

Please add a straightforward way to insert tombstone null values into a table. There is only a [workaround](https://stackoverflow.com/questions/66305527/how-to-delete-a-value-from-ksqldb-table-or-insert-a-tombstone-value/66314510#66314510) available in ksqldb 0.14. This is necessary for the ksqldb REST API....

enhancement
P1
query-engine

We encountered an issue during schema evolution involving the addition of an optional array field in an Avro schema. The deserialization process fails when using a consumer that adheres to...