Code Monkey home page Code Monkey logo

Comments (9)

mozzy11 avatar mozzy11 commented on May 29, 2024 1

ya sure , actually all the above commandline flags i mentioned above where not cleaned out

from fhir-data-pipes.

gitcliff avatar gitcliff commented on May 29, 2024

@kimaina @bashir2 kindly review #57

from fhir-data-pipes.

mozzy11 avatar mozzy11 commented on May 29, 2024

@gitcliff great work done here.
now that you moved the debezium settings to a json file ,
was there any reason to leave these commandline args here ??

@Parameter(names = { "--databaseHostName" }, description = "Host name on which the source database runs")
		public String databaseHostName = "localhost";
		
		@Parameter(names = { "--databaseUser" }, description = "User name of the host Database")
		public String databaseUser = "root";
		
		@Parameter(names = { "--databasePassword" }, description = "Passowrd for the user of the host Database")
		public String databasePassword = "debezium";
		
		@Parameter(names = { "--databaseSchema" }, description = "Name the Schema")
		public String databaseSchema = "openmrs";
		
		@Parameter(names = { "--snapshotMode" }, description = "criteria for running DB snapshot, options include: "
		        + "when_needed, schema_only, initial, never, e.t.c. To read events from day 0 of db data-entry, use 'initial'. "
		        + "To read only new events, use 'schema_only' ")
		public String snapshotMode = "initial";

And also UPdating the read me ,and actually pointing to the new config file for dbz configs

from fhir-data-pipes.

mozzy11 avatar mozzy11 commented on May 29, 2024

@gitcliff ,you would also update the params in the docker-compose file here

from fhir-data-pipes.

mozzy11 avatar mozzy11 commented on May 29, 2024

and see more comments on the PR . with your changes , the pipeline doesnt actually listen to changes

from fhir-data-pipes.

mozzy11 avatar mozzy11 commented on May 29, 2024

we may need to temporarily revert your PR , and first fix it

from fhir-data-pipes.

bashir2 avatar bashir2 commented on May 29, 2024

Thanks @mozzy11 for flagging this. Yes if we cannot fix this quickly, let's revert and re-submit again.
Re. cleaning up the command line flags, we actually discussed this during the review but I think not all flags were cleaned up.

from fhir-data-pipes.

mozzy11 avatar mozzy11 commented on May 29, 2024

here is the folloup fix #120

from fhir-data-pipes.

mozzy11 avatar mozzy11 commented on May 29, 2024

closing this issue as it was fixed

from fhir-data-pipes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.