Ryan Slominski

Results 37 comments of Ryan Slominski

Has eriwen abandoned this project? It hasn't been updated in years.

It seems like versioning/registering referenced/dependent schemas separately may be useful for independent evolution and that collapsing them all into a single nested schema / "subject" in Confluent terminology isn't always...

Another attempt at references: https://github.com/kafkajs/confluent-schema-registry/pull/121 Can we get one of these merged?

Note for future Googlers: To disable use Project Properties dialog: Under "Java modules" I unchecked the "Allow Modules" checkbox for both Default and Global profile, and eventually it solved the...

How DO you uninstall the built-in gradle plugin? I am able to deactivate both "Gradle" and "Groovy and Gradle", but the "Uninstall" button is still disabled (grayed out) even after...

Looks like if you create a project using the new built-in plugin then you are stuck. I can't find a way to update the project to use the old plugin....

Yup, it WAS file permissions. I right clicked and ran as administrator and then was able to Uninstall. Thanks.

Making the keepAliveUrl method configurable would be nice too. The current method, POST for keepAlive is counter-intuitive since this request is supposed to be innocuous.

Documenting the expected behavior is better than nothing. An Exception is more direct, but also more invasive and risky to implement - that configure method is inherited and overridden all...

**Note**: The workaround in a Connect Transform is to disable attempts to register a new schema and instead use the latest schema version: ``` "value.converter.auto.register.schemas": false, "value.converter.use.latest.version": true ``` Without...