Github user davisp commented on a diff in the pull request:
https://github.com/apache/couchdb-couch-epi/pull/4#discussion_r34695307
--- Diff: src/couch_epi_data.erl ---
@@ -88,7 +88,8 @@ handle_call(stop, _From, State) ->
handle_call(_Request, _From, State) ->
{reply, ok, State}.
-handle_cast(init, #state{pending = Pending} = State) ->
+handle_cast(init, #state{pending = Pending, handle = Handle} = State) ->
+ couch_epi_module_keeper:maybe_start_keeper(couch_epi_data_gen, Handle),
--- End diff --
What? The entire point of that API was to prevent exactly this situation.
Cause what happens if we want to run mem3 in a deployment without chttpd at all?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---