<#17592 go: fix cgo bugs preventing kafka module f...
# github-notifications
q
#17592 go: fix cgo bugs preventing kafka module from working with cgo Issue created by clsx524 Is your feature request related to a problem? Please describe. currently pants doesn't support .h files in the repo and compilation would result in errors
Copy code
GoThirdPartyPkgError: The third-party package <http://github.com/confluentinc/confluent-kafka-go/kafka|github.com/confluentinc/confluent-kafka-go/kafka> includes `HFiles`, which Pants does not yet support. Please open a feature request at <https://github.com/pantsbuild/pants/issues/new/choose> so that we know to prioritize adding support. Please include this error message and the version of the third-party module.
for example, it would encounter this error when depending on this error. https://github.com/confluentinc/confluent-kafka-go/blob/master/kafka/glue_rdkafka.h Describe the solution you'd like support .h file Describe alternatives you've considered NA Additional context NA pantsbuild/pants
u
u