[Feedbacks Wanted] EmbulkEmbed / EmbulkService
See original GitHub issueWe may have a big change on EmbulkEmbed
and EmbulkService
for future updates. EmbulkService
has been deprecated for a long time. EmbulkEmbed
may be incompatibly changed (or replaced) as well.
We expect most users are using Embulk by CLI, and few users are using them. If you use EmbulkEmbed
or EmbulkService
, please let us know. We’d like your feedback on your actual usage to understand what is wanted on EmbulkEmbed
or EmbulkService
.
The best information is your actual code snippet how you build an EmbulkEmbed
instance, including your own Guice modules.
Otherwise, helpful information is:
- Do you add/override your own Guice modules?
- When you build
EmbulkEmbed
, which do you call:EmbulkEmbed.Builder#initialize
orEmbulkEmbed.Builder#initializeCloseable
?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
usage of "EmbulkEmbed" and "EmbulkService" / "BINARY" type
Embulk has a way to be embedded in your Java program by classes of “ EmbulkEmbed ” and “ EmbulkService ”. We expect...
Read more >usage of "EmbulkEmbed" and "EmbulkService" / "BINARY" type
Embulk has a way to be embedded in your Java program by classes of "EmbulkEmbed" and "EmbulkService". We expect most users are using...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m using
EmbulkEmbed
in my Java application.EmbulkEmbed
instance will be reused. Actually, I want to execute multipleEmbulkEmbed
instances simultaneously for loading into multiple tables.From v0.9.13, we’re introducing changes that are impacting
EmbulkEmbed
users. Stay tuned in the release notes.https://github.com/embulk/embulk/releases/v0.9.13 https://github.com/embulk/embulk/releases/v0.9.14