DE-1338 | removing schema registry dependency - V
This commit is contained in:
@@ -24,12 +24,6 @@ const (
|
|||||||
ERROR = "error"
|
ERROR = "error"
|
||||||
)
|
)
|
||||||
|
|
||||||
type NewSchemaRequest struct {
|
|
||||||
Topic string `json:"topic"`
|
|
||||||
Schema string `json:"schema"`
|
|
||||||
SchemaType string `json:"schema_type"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type CustomResponse struct {
|
type CustomResponse struct {
|
||||||
Code int `json:"code"`
|
Code int `json:"code"`
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
|
|||||||
Reference in New Issue
Block a user