Librdkafka: minor: violation is misspelt

Created on 12 Dec 2018  路  2Comments  路  Source: edenhill/librdkafka

Description

Violation has been incorrectly spelt volation in the error description of the const
https://github.com/edenhill/librdkafka/blob/31890445f58fb2d3e3a5d9b11bcc68c1a2266f9c/src/rdkafka.c#L528-L529

Checklist

  • [x] librdkafka version (release number or git tag): v0.11.6
  • [x] Apache Kafka version: 1.1.1
  • [x] ~librdkafka client configuration: N/A~
  • [x] ~Operating system: N/A~
  • [x] Provide logs (with debug=.. as necessary) from librdkafka: message: 'Broker: Isolation policy volation'
  • [x] ~Provide broker log excerpts: N/A~
  • [x] ~Critical issue: N/A~

Most helpful comment

Thank you, that's clearly in volvoition of our speling policy, will fix!

All 2 comments

Thank you, that's clearly in volvoition of our speling policy, will fix!

As mentioned on Slack, you probably also want to remove "Isolation " from this error description as error code 44 is just a generic "policy violation" error code in the protocol, and can be returned on (e.g.,) a create topic adminapi call

https://github.com/apache/kafka/blob/046b0087bd76637bbfd813ccef31693fa358ff2d/clients/src/main/java/org/apache/kafka/common/requests/CreateTopicsResponse.java#L71-L85

Was this page helpful?
0 / 5 - 0 ratings

Related issues

blandings picture blandings  路  4Comments

coolulu picture coolulu  路  7Comments

edenhill picture edenhill  路  3Comments

feng1o picture feng1o  路  3Comments

vahidhashemian picture vahidhashemian  路  6Comments