Martin Schneppenheim

Results 289 comments of Martin Schneppenheim

Actually we should know whether the API for managing users are available or not and we should reflect that in the frontend. If this is not the case (e.g. for...

Hey, are you able to share the record (key) specifically with us? You can download records via Console, then we can have a look. Feel free to redact other fields.

@hadronzoo Can you use Console's "Download record" feature (click on the dots in the same row of the record to find that option)? This would make it easier to test...

The error indicates "reference not found". A reference may be a branch, tag or commit sha. The error itself is [emitted](https://github.com/go-git/go-git/blob/95afe7e1cdf71c59ee8a71971fac71880020a744/plumbing/reference.go#L32) by the git library we're using. We could catch...

Relates to https://github.com/redpanda-data/console/issues/1072

Hey could you please test this with the latest Docker image to see if this is still happening in more recent versions? I remember we had a couple fixes around...

Republishing a record as is requires copying other attributes such as the offset, partition, headers as well to be copied. I believe just copying key/value is only a slight advantage...

I filed a separate PR to fix this failing check, which is an actual bug when reassigning partitions: https://github.com/redpanda-data/kminion/pull/295 , thanks all. Once this is merged we can tag a...

Yes makes sense to have this functionality. Commonly we have the discussion whether this should be stored per topic or across all topics globally. I guess this could be different...

Yes seems reasonable to me. May be tricky to make the URL parameters play well together with the global settings, but if you have an idea, let's do it.