Skip to content

Feature/schema registry in geronimo - #2278

Open
retgoat wants to merge 15 commits into
masterfrom
feature/schema-registry-in-geronimo
Open

Feature/schema registry in geronimo#2278
retgoat wants to merge 15 commits into
masterfrom
feature/schema-registry-in-geronimo

Conversation

@retgoat

@retgoatretgoat commented Jun 22, 2017

Copy link
Copy Markdown
Contributor
  • Add schema registry client
  • Implement pushing data to Kafka on create and update
  • Add unit tests

Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
@retgoatretgoat self-assigned this Jun 22, 2017
@retgoatretgoat added the WIP label Jun 22, 2017
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
@retgoat
retgoat requested review from eugene-sy and removed request for narmaJune 26, 2017 10:35

@eugene-syeugene-sy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any code related problems here.
Other than that, I'd suggest to use timestamps in migration file names.

Comment threadgeronimo/Makefile

reset:
@make drop-db
dropdb --if-exists $(DB_TEST) -U $(DB_USER)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that we have drop-db, shall we create drop-test-db too?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually no. We dropping test DB here because in other case we can not drop development DB cause it belongs to geronimo DB user as well.
We creating test DB in reset-test task.

Comment threadgeronimo/README.md Outdated
```json
{
"content_type_id": 1,
"storefront": "theperfectgourmet.com",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure that it's good idea to put a link to the customers website. We could use something more context neutral.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense.

Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Signed-off-by: Roman Sotnikov <roman.sotnikov@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@retgoat@eugene-sy