ancashoria / graphql-kafka-subscriptions

Apollo graphql subscriptions over Kafka protocol
MIT License
187 stars 55 forks source link

added topic name to error when didnt find topic #41

Open Sonik-x opened 3 years ago

Sonik-x commented 3 years ago

Fixed the issue:
error was logged correctly but when trying to subscribe, got the message: "error": { "name": "FormatedError", "message": "Unknown error", "originalError": "Could not find requested topic %s" }

added the topic name instead of "%s"