Questions tagged [discovery]
348 questions
1
vote
1 answer
Spring cloud config client Could not locate PropertySource
My config server use natie file system works fine and the dev profile configured contextPath: /config
spring:
application:
name: dcit-config
profiles:
active: native
management:
endpoints:
web:
exposure:
include:…

Ricky Wu
- 163
- 1
- 2
- 16
1
vote
0 answers
Node.js SDK donot have get a specific document function
This function only found in the Discovery Java SDK but not in the NodeJs SDK. Our project implement using NodeJs, so can anybody kindly help us to deal with it? Maybe NodeJs engineer can add below function code into the node_modules…

Near
- 11
- 1
1
vote
1 answer
How to limit the discoverability of a WCF service to certain addresses?
I have a desktop app that connects to a WCF service and uses WCF 4.0 discovery. My code to make the service discoverable looks like this:
public static void MakeServiceHostDiscoverable(ServiceHost sh)
{
IServiceBehavior Beh = new…

maxxxx
- 113
- 1
- 7
1
vote
1 answer
Scan devices with bluetooth
I've copied the following code from Android documentation but doesn't discovery any device. Anyone know why?
public class MainActivity extends AppCompatActivity {
private BluetoothAdapter bluetoothAdapter =…

Daniele Lupo
- 13
- 2
1
vote
1 answer
Spring Boot, Docker, Discovery eureka
I have the following problem.
I have two Springboot services: Service A and Service Discovery Eureka.
And I have two use cases.
I want to start they localy
I would like to start they in aws ECS.
I packed they in the container. And i start the…

user1167253
- 813
- 1
- 11
- 27
1
vote
1 answer
How can I monitor and discover trafic between Kubernetes Services?
I'm working on a way to discover trafic between Kubernetes Services and to monitor it ?
Does someone know how can I achieve that ?
Where I can for example find this kind of metrics or events ?
Thank you in advance

Dan Azoulay
- 81
- 1
- 7
1
vote
1 answer
Watson Discovery Service - Query Data collection Node.js - passage missing
I run a query to the a response from Watson Discovery Service and I would like to include the passages in my response (by default the passages are not include, using passages = true should include it. But I don't
get it.
var queryString =…

Hartmut Seitter
- 31
- 2
1
vote
0 answers
url field is not getting recognised in Watson Discovery service during conversion
Inline with this thread
How do we get the document file url using the Watson Discovery Service?,
I tried adding url field inside HTML document under various tags like p, directly as
<"url">...<"/url"> etc inside <"body"> tag.
Whatever I do, this…
1
vote
1 answer
OpenID Connect Discovery
I am reading the OpenID Connect Discovery specification which states that, when dynamically trying to discover the location of an OpenID Provider, the Relying Part might normalize user's data being authenticated (for example extracting the domain…

aeloy
- 144
- 1
- 8
1
vote
1 answer
QlikView Direct Discovery
hopefully someone can help me with QlikView direct discovery.
Problem:
I've a database with two different tables with the same structure and indexes. Within the tbl_kri (kri stands for key risk indicators) are non-confirmed data, within…

Andreas
- 147
- 3
- 17
1
vote
1 answer
Watson Discovery API - NodeJS not working as expected
Following discovery API Node snippet it seems to exists a bug:
var DiscoveryV1 = require('watson-developer-cloud/discovery/v1');
var discovery = new DiscoveryV1({
username: '{username}',
password: '{password}',
version_date:…

Ricardo Gil
- 11
- 2
1
vote
1 answer
GetTokenSilentlyAsync doesn't execute
I'm having a kind of weird problem. So I'm trying to connect to Office365 in a Windows Universal App. I've found Code on the Internet, that worked. I tried it in a test-Project (in Visual Studio 2015) and it worked. So I copied it into the project,…

N. Krh
- 61
- 8
1
vote
2 answers
For a RESTful service - How does a client find valid values for a resource attribute?
As a part of capabilities discovery for a resource provided by a RESTful API, I am looking for a way for the service to announce accepted values for an attribute. Consider the following example, where an apple resource has an attribute color:
GET…

Marcus Johansson
- 13
- 3
1
vote
2 answers
Android Bluetooth Discovery API Isn't Working on Android 6.0
I've made an app, that is discovering nearby bluetooth devices and etc. I can get bluetooth adapter, open-close processes, get paired devices, discovering process. Everthing is fine but discovery process isn't working properly.
I tested my app on 5…

sphinxlike
- 153
- 10
1
vote
2 answers
What is meant by "discoverable"?
In the October 2010 edition of MSDN Magazine, Julie Lerman's Data Points column (Entity Framework Preview: Code First, ObjectSet and DbContext) refers to a method as being "just not discoverable".
What does she mean?
I presume that it means "easy…

awrigley
- 13,481
- 10
- 83
- 129