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

Add test scenario where the Frank!Console is separate from the Frank!Framework #331

Open
mhdirkse opened this issue Oct 30, 2024 · 1 comment
Assignees
Labels
ladybug Useful for the Part Time Team Kanban board that also holds non-ladybug work

Comments

@mhdirkse
Copy link
Member

No description provided.

@mhdirkse mhdirkse added the ladybug Useful for the Part Time Team Kanban board that also holds non-ladybug work label Oct 30, 2024
@mhdirkse mhdirkse self-assigned this Oct 30, 2024
@mhdirkse
Copy link
Member Author

Dit schrijft Niels in een chat over het loskoppelen van de console:

Niels Meijer (External)10/10 10:27
In het framework om hazelcast aan te zetten:
management.gateway.inbound.class=org.frankframework.management.gateway.HazelcastInboundGateway
Aan de losse console kant staat deze standaard aan maar mocht je de 'ingebouwde' console ook via hazelcast laten lopen:
management.gateway.outbound.class=org.frankframework.management.gateway.HazelcastOutboundGateway

In iaf-test heb ik een los resource bestand gemaakt: ladybug-resources.yml
Dit is de default voor in de helm, maar men kan uiteraard ook 1 resource bestand opgeven (ipv 1 voor de ladybug).

ladybug.jdbc.resourceFile=ladybug-resources.yml

En deze properties zetten in de losse console (maar dus dmv de ladybug-resources.yml) ook in het FF de ladybug datasource.
ladybug.jdbc.datasource=jdbc/ladybug
ladybug.jdbc.driver=org.postgresql.Driver
ladybug.jdbc.url=jdbc:postgresql://localhost:5432/testiaf
ladybug.jdbc.username=testiaf_user
ladybug.jdbc.password=testiaf_user00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ladybug Useful for the Part Time Team Kanban board that also holds non-ladybug work
Projects
None yet
Development

No branches or pull requests

1 participant