Fabian Martinez

Results 40 issues of Fabian Martinez

Apicurio Studio does not list private GitHub repositories for publishing projects

bug

from https://github.com/Apicurio/apicurio-registry/pull/1728 The codegen feature creates dates like ``` @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ssZ", timezone = "UTC") @JsonProperty("createdOn") private Date createdOn; ``` but we need ``` @JsonFormat(shape = JsonFormat.Shape.STRING,...

enhancement

**Overview** In order to improve developer experience for users doing amqp based messaging apps using enmasse we could add a feature to inject into user's deployments the configuration details to...

kind/discussion
kind/feature

Related to the work done here #352 there is an optional missing detail that could improve a bit more the usability in regards to ease of configuration of the amqp...

amqp

``` 2021-12-02T20:42:08.8348811Z 2021-12-02T20:41:35.079Z INFO [TestSeparator] ############################################################################ 2021-12-02T20:42:08.8350818Z 2021-12-02T20:41:35.083Z INFO [TestSeparator] io.apicurio.tests.converters.RegistryConverterIT.testCompactJson-STARTED 2021-12-02T20:42:08.8359349Z 2021-12-02T20:41:35.126Z INFO [JsonConverterConfig] JsonConverterConfig values: 2021-12-02T20:42:08.8360273Z converter.type = value 2021-12-02T20:42:08.8360896Z schemas.cache.size = 1000 2021-12-02T20:42:08.8361534Z schemas.enable = false 2021-12-02T20:42:08.8361977Z...

Bug

When tenantId is passed with http path prefix we are cleaning the context after the request here https://github.com/Apicurio/apicurio-registry/blob/master/app/src/main/java/io/apicurio/registry/rest/RegistryApplicationServletFilter.java#L158 For the other modes we support for providing the tenantId we are...

In multitenancy scenarios the auth details are different for every tenant, the UI uses the servlet `ConfigJsServlet` to get that information. That servlet have to be modified to use the...

2.0.x

Currently we have specific fields and objects for each custom rule type configuration in the API. Try investigate to unify that into just one generic config property. ``` public class...

Enhancement

``` CREATE TABLE customrulebindings (tenantId VARCHAR(128) NOT NULL, groupId VARCHAR(512) NOT NULL, artifactId VARCHAR(512) NOT NULL, ruleId VARCHAR(32) NOT NULL); ALTER TABLE customrulebindings ADD PRIMARY KEY (tenantId, groupId, artifactId, ruleId);...

Enhancement

https://github.com/provectus/kafka-ui has integration with Schema Registry. We could contribute some improvements so Apicurio Registry integrates more natively. From https://github.com/Apicurio/apicurio-registry/discussions/2077

type/enhancement
area/ui