You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@marcusolsson Thanks for your answer.
Yes, It worked after your suggested modifications.
So according to this link, we've below considerations with confluent-kafka-go package:
To have GSSAPI/Kerberos authentication support, librdkafka should be installed separately and then build with -tags dynamic. Which I guess it's not applicable with the mage command and we've to use go build -tags dynamic -o dist/gpx_kafka-datasource_linux_amd64 ./pkg
As you said the package doesn't support windows.
For other operating systems like MacOSX, builds should be taken on the same OS and it's not feasible on Linux.
However, in future, we'll consider changing to other packages such as kafka-go or goka.
Running mage command faces bellow error:
But its ok with the direct
go build
command and Grafana works with it successfully:go build -o dist/gpx_kafka-datasource_linux_amd64 ./pkg
The text was updated successfully, but these errors were encountered: