Eryk Chmielewski
Eryk Chmielewski

Thanks. It's nice if it was added to the tooltip visible after hovering over Parameters and Examples. Because this is difficult to guess without analyzing the source code.
And I think doing `return header.metadata.source == 'SUMPTIONBUCKETS';` instead `return headers["metadata"].source == "SUMPTIONBUCKETS";` it would be consistent with the other parameters and more readable.
Yes, return headers.metadata.source == 'SUMPTIONBUCKETS' works. I used header instead of headers. But I'm not able to retrieve data when value is directly under a key in headers. So I...
rank higher :-)
Hi, maybe this is not a big problem to add this feature and it would be very helpfull. I think i'm not the only one when looking at the table...
> We can save the order settings (in case we don't already do so) by topic. I checked again on version 2.3.1 and it doesn't remember the sort settings. >...
And maybe set Timestamp as default sorting column.
rank higher :-)
Docker image apicurio-registry-mem:2.4.1.Final is not working when using Colima as the docker engine
The same problem with: docker run -it -p 8080:8080 apicurio/apicurio-registry-kafkasql:latest-release docker run -it -p 8080:8080 apicurio/apicurio-registry-sql:latest-release I know that for these modes I have to provide additional configuration but these...