Closed topliceanu closed 2 years ago
This is where the panic happens: https://github.com/riferrei/srclient/blob/v0.4.0/mockSchemaRegistryClient.go#L110
client := srclient.CreateMockSchemaRegistryClient(<some-mock-url>) schema, err := client.GetLatestSchema("<some-inexistent-schema-subject>")
Good catch, any PRs welcome.
Done @AtakanColak. See https://github.com/riferrei/srclient/pull/67
This is where the panic happens: https://github.com/riferrei/srclient/blob/v0.4.0/mockSchemaRegistryClient.go#L110
How to reproduce?