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

feat(microservice): Add clientIdPostfix to KafkaConfig #5629

Merged
merged 1 commit into from
Nov 2, 2020
Merged

feat(microservice): Add clientIdPostfix to KafkaConfig #5629

merged 1 commit into from
Nov 2, 2020

Conversation

smhmayboudi
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: #5603

What is the new behavior?

You can set the clientIdPostfix for naming conventions. The default behavior steel working. ('-client', '-server')

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

@coveralls
Copy link

Pull Request Test Coverage Report for Build 31579

  • 2 of 2 (100.0%) changed or added relevant lines in 2 files are covered.
  • 159 unchanged lines in 31 files lost coverage.
  • Overall coverage increased (+0.6%) to 95.443%

Files with Coverage Reduction New Missed Lines %
packages/common/decorators/http/route-params.decorator.ts 1 88.1%
packages/common/pipes/validation.pipe.ts 1 94.38%
packages/core/router/router-execution-context.ts 1 97.42%
packages/microservices/client/client-redis.ts 1 92.86%
packages/microservices/server/server-kafka.ts 1 97.62%
packages/microservices/server/server-mqtt.ts 1 96.83%
packages/websockets/socket-server-provider.ts 1 91.18%
packages/common/decorators/core/apply-decorators.ts 2 66.67%
packages/common/decorators/core/set-metadata.decorator.ts 2 85.71%
packages/microservices/client/client-kafka.ts 2 97.2%
Totals Coverage Status
Change from base Build cf4f5692-9ee1-4371-8130-5c6f9c02faac: 0.6%
Covered Lines: 4482
Relevant Lines: 4696

💛 - Coveralls

@kamilmysliwiec
Copy link
Member

Can you resolve merge conflicts? @smhmayboudi

@kamilmysliwiec kamilmysliwiec merged commit 8155064 into nestjs:master Nov 2, 2020
@kamilmysliwiec kamilmysliwiec added this to the 7.5.0 milestone Nov 2, 2020
@smhmayboudi smhmayboudi deleted the 5603-feat-kafkaclient-kafkaserver-naming-conventions branch November 2, 2020 16:25
leeklife pushed a commit to leeklife/nest that referenced this pull request Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants