Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kafka-net Producer hangs When Sending Inside ArcMap #107

Open
Hollandaise opened this issue Jan 4, 2017 · 0 comments
Open

Kafka-net Producer hangs When Sending Inside ArcMap #107

Hollandaise opened this issue Jan 4, 2017 · 0 comments

Comments

@Hollandaise
Copy link

Hello. We've been tasked with extending an Esri ArcMap Extension written in C# by having it send feature classes to a Kafka Queue:

client.SendMessageAsync("geospatial", new[] {new KafkaNet.Protocol.Message(feat.ToString()) }).Wait();

But it simply hangs. Works fine in standalone Console app. Any suggestions?

@Hollandaise Hollandaise changed the title Kafka-net Producer hangs When Sending Kafka-net Producer hangs When Sending Inside ArcMap Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant