Skip to content

mtalaga/QueueTracing

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

QueueTracing

This is example application showing how to set traceId for log messages, which could be used in GCP console. To make it work on your machine, please remember to download and set credentials from GCP console, and set following properties in application.properties for both publisher and receiver application:

  • publisher.projectid, receiver.projectid - ID of the project in which your PubSub is created
  • publisher.topicid - Topic ID of topic to which you will be pushing messages
  • receiver.subscriptionid - Subscription ID of the subscription which you will use to receive messages

To run application use gradles bootRun function. You can run publisher and receiver simultaneously, they are working on different ports - 8080 and 8071.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages