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

eventhubs-databricks-eventhubs #28

Open
tessmichi opened this issue Jun 26, 2019 · 4 comments
Open

eventhubs-databricks-eventhubs #28

tessmichi opened this issue Jun 26, 2019 · 4 comments
Assignees

Comments

@tessmichi
Copy link
Collaborator

No description provided.

@tessmichi tessmichi self-assigned this Jun 26, 2019
@tessmichi
Copy link
Collaborator Author

How should I write the data back to eventhubs? When I read it in from the input eventhubs it's in binary format, so should i write it back to the output eventhubs in binary format as well?
Tagging @jcocchi or please let me know who else I should tag too!

@yorek
Copy link
Contributor

yorek commented Jul 8, 2019

Data in EventHub is in binary format, but you should sent to it just in plain text (if you're sending JSON). It will stored in the binary format automatically.

@mpfishe2
Copy link
Collaborator

I have an example of reading from Event Hub and then writing back to an Event Hub using Structured Streaming here: https://github.com/mpfishe2/az-databricks-realtime-alert-system/blob/master/Real-Time%20Alerting.ipynb. Its a simple example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants