redpanda-data / console

Redpanda Console is a developer-friendly UI for managing your Kafka/Redpanda workloads. Console gives you a simple, interactive approach for gaining visibility into your topics, masking data, managing consumer groups, and exploring real-time data with time-travel debugging.
https://redpanda.com
3.74k stars 345 forks source link

Deserialization In Redpanda Console Using Azure Dev Ops #1331

Closed tulde23 closed 1 month ago

tulde23 commented 1 month ago

Does RP Console support AzureDevOps? I can't seem to get my protobuf repository to clone. It appears the SSH authentication is working, but I always receive this error:

failed to start kafka service: failed to start git service: failed to clone git repo: invalid reset option: object not found"}

My config

 git:
      enabled: true
      repository:
        url: git@ssh.dev.azure.com:<....>
        branch: master
      ssh:
        enabled: true
        privateKeyFilepath:<path to private key>
weeco commented 1 month ago

We use https://github.com/go-git/go-git v5 as a git client. If it's fully git compatible I don't see why it wouldn't be supported, but maybe you can find an existing issue or flag it with him. Probably helps them a lot if you provide a snippet that reproduces the issue.