Hi all and late happy new year!

Nice work with the modules Andy.

Now, a probably a silly question and maybe I missed something already mentioned in some other mail ...

I tried to add a Fuseki Module, but for the Fuseki with UI Standalone setup. It looks like my module does only work for setups based on Fuseki Main, is this correct? When using Fuseki Standalone, I can see from logs that FusekiModule::start is called, and according to code this happens once the classpath has been scanned in the Subsystem lifecycle. But all the code like registering a servlet per dataset in the FusekiModule::prepare method isn't called at all. According to Javadoc it needs a "build" step which I can see when following the call stack of Fuseki server builder.

Long story short, am I doing something wrong, if not, are there any options how to make a Fuseki module being used in Fuseki Standalone (UI) ? There seem to be no Fuseki server but DataAccessPoints only?


Cheers,

Lorenz

On 13.10.21 16:18, Andy Seaborne wrote:


On 07/10/2021 16:29, Andy Seaborne wrote:
Some background on this.

An example use case:

A Kafka-Fuseki connector which take data, patches or SPARQL updates from a Kafka topic (that is, anything that can POSTed to a dataset).  Kafka messages have a header so there is a content-type header and the message is sent into Fuseki dispatch.

WIP:
https://github.com/Telicent-io/jena-fuseki-kafka

    Andy

Reply via email to