Martin Schneppenheim

Results 289 comments of Martin Schneppenheim

I'm closing this because we added support for this. Currently the filter logic only includes topics with a double prefix. We may have another look at this, thanks for providing...

Hey @voidcontext and @sap1ens , could you check whether this is fixed with the latest Console version? Docker image: `vectorized/console-unstable:master-2c6f266`

I'll consider this as fixed since this is possible to do via the service monitor, see: https://github.com/redpanda-data/kminion/pull/122/files

In case the `__consumer_offsets` topic is incomplete (due to configured retention settings) you should not use this mode as well, because it would yield wrong results. It has no chance...

I have seen something similar in our Console integration tests happening a while ago. We created a topic and tried to describe configs right afterwards, which sometimes failed. There's an...

@ErykCh Since we consume messages cross partitions, there's no such order as "they appear on Kafka". The timestamp can also be set by the user to an arbitrary value. The...

This will be fixed as part of the next release, see: ![image](https://github.com/redpanda-data/console/assets/23424570/440271cb-e750-4ae8-b937-73a2f6d4e131)

@jrkinley Currently this is not possible, because this information is not yet available via any API.

Can somebody lay down what is required to help you guys? Im not very familiar with AWS, but possibly open to pull request after a quick discussion on how to...

@jaredtbates Thank you. By looking at the code I dont think it requires you to set the access key, see: https://github.com/redpanda-data/console/blob/0ba44b236b6ddd7191da015f44a9302fc13665ec/backend/pkg/config/kafka_sasl_aws_iam.go#L41-L44 What error do you get if you set the...