Ata

Results 35 comments of Ata

Footnote text is provided by the DB and API as inline HTML, so I think a proper solution would be to update the DB schema or html text to accommodate...

@horkhe Hi, does that apply to sarama.Config.Net.SASL too? I want to use kafka-pixy but the kafka cluster has SASL enabled.

I think the new [embed package](https://tip.golang.org/pkg/embed/) that will come with Go 1.16 should be used for achieving this functionality. Example code; ```go //go:embed my.mib var f embed.FS file, _ :=...

Closing the issue as it doesn't seem related to this module.

This is a trivial addition, but I want to combine this feature with a test suite I'm workıng on for this library on Github Actions. I don't have a reliable...

Do you mean providing metrics for srclient, or metrics for schema registry via srclient?

I'm interested in doing this, if I do I'll mention @mostafa in the PR for it to be reviewed.

@mostafa Sadly not, I had prioritised #86. I don't think I'll have the time for it in short term, but will work on it in the future if no one...

@mostafa I've started this and I think below are the metrics we'll be able to provide, does that make sense to you?; ```go type SchemaRegistryClientMetrics struct { Timestamp time.Time CurrentSchemaCount...