Closed rvesse closed 4 weeks ago
Nice touch with the recent commit - obviously disregard my version comment above.
Nice touch with the recent commit - obviously disregard my version comment above.
Yeah sorry, I thought I'd done a version bump and then realised I hadn't because we got a weird transient failure with the 1.4.0
release so I had to manually create the GitHub release for it
This PR adds a new
fk:configFile
property into the Jena Assembler support so that an external Kafka configuration file can be injected into the Fuseki Kafka configuration. This then allows for supporting connections to secure Kafka Clusters that require sensitive configuration that we don't want to inject directly into the Fuseki configuration file itself.As part of this work refactored the integration tests to use
KafkaTestCluster
from Smart Caches Core and use TestNG as that made it far easier to drop in alternative Kafka cluster typesRelated Issues and Tasks