question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question: Choosing an instance name (Change Feed)

See original GitHub issue

I am looking for some guidance on the best instance name to use with the change feed processor library. If I understand it correctly let’s say I have a worker application called worker-a that would be my processor name and I might say deploy 3 of these either on an azure app service or maybe in AKS. In order to have these load balances correctly, I would need to set an instance name.

My question is what’s a good name? Does that name need to persist between deployments? Or could this be a new Guid between deployments? I feel it would have to remain consistent so a new processor deployment would pick up where the last left off?

I wondered if there was any docs/guidance on this or any common way this is done. I can’t seem to find much on the web and on the MS docs page.

Thanks in advance, Billy

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ealsurcommented, Mar 7, 2022

Instance Name refers to the name of the Instance/Machine that is running the processor. A unique identifier for the compute resource, either the VM name, or the pod unique id, or the instance id of your app service.

0reactions
mumby0168commented, Mar 9, 2022

Yeah that works better for me thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I modify the instance name for an ec2 instance
From there, you can simply change the value of the Name tag then click Save to apply.
Read more >
Change the instance type - Amazon Elastic Compute Cloud
For Instance type, select the instance type that you want. If the instance type is not in the list, then it's not compatible...
Read more >
Default instance name different than server name
I think that is the main problem. I'm just trying to figure out if I can rename the instance to match the server...
Read more >
sql server 2008 - Change SQLEXPRESS instance name
There is no way you can rename an instance of SQL Server. You can probably create a new instance with just the machine...
Read more >
How to change the name and description of an AWS EC2 ...
On the AWS console go to EC2 -> Security Groups -> Select the SG -> Click actions -> Copy to new. Give it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found