|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Use this template to report a bug in this project |
| 4 | +title: "" |
| 5 | +labels: Bug |
| 6 | +--- |
| 7 | + |
| 8 | +<!-- |
| 9 | +
|
| 10 | +In order for us to better investigate the bug, please fill in as much relevant information as is reasonable in the format below. |
| 11 | +
|
| 12 | +Before proceeding, consider the following: |
| 13 | +
|
| 14 | +- This repository is for issues with Apicurio Registry. Make sure the bug report is not more appropriate or another repository. |
| 15 | +- Make sure the bug is in Apicurio Registry and not in an external library or other non-Apicurio software. |
| 16 | + For example, we provide a compatibility REST API for Confluent Schema Registry clients. Make sure the bug is not in one of their libraries. |
| 17 | +- Run the Registry with DEBUG logging enabled, by passing the LOG_LEVEL=DEBUG env. variable. |
| 18 | +
|
| 19 | +--> |
| 20 | + |
| 21 | +## Description |
| 22 | + |
| 23 | +**Registry |
| 24 | +Version**: <!-- Please add the Apicurio Registry version number here. You can use "latest" for the latest released version, or "snapshot" if you are using a build from main. --> |
| 25 | +**Persistence type**: <!-- Please add the persistence type here. One of "in-memory", "sql", or "kafkasql". --> |
| 26 | + |
| 27 | +<!-- Please provide as much detail about the bug as possible. --> |
| 28 | + |
| 29 | +### Environment |
| 30 | + |
| 31 | +<!-- |
| 32 | +What is the environment in which you are running Apicurio Registry? e.g. Kubernetes v1.25. |
| 33 | +How are you interacting with Apicurio Registry? Are you using a specific serdes client? Please include its version. |
| 34 | +--> |
| 35 | + |
| 36 | +### Steps to Reproduce |
| 37 | + |
| 38 | +<!-- |
| 39 | +Add the steps required to reproduce this error. |
| 40 | +
|
| 41 | +1. Go to `XX >> YY >> SS` |
| 42 | +2. Create a new item `N` with the info `X` |
| 43 | +3. See error |
| 44 | +
|
| 45 | +If the error cannot be easily reproduced, make sure to fill in the Environment and Logs sections. |
| 46 | +You can also try to reproduce the bug with a fresh Apicurio Registry instance. |
| 47 | +--> |
| 48 | + |
| 49 | +### Expected vs Actual Behaviour |
| 50 | + |
| 51 | +<!-- A clear and concise description of what you expected to happen and what actually happened. --> |
| 52 | + |
| 53 | +### Logs |
| 54 | + |
| 55 | +<!-- Paste or link the logs from Registry, browser console, your command line or other relevant places. Redact if needed.--> |
0 commit comments