Hello SCN community,
we are running an ESP project with a GD enabled input stream that receives data from multiple clients, all connecting via the Java SDK. Clients sending data into the same input stream using the REST interface might also be in scope in a later phase.
A new requirement currently is, to determine the identitiy of sending clients (e.g. IP address, MAC address, ...) for each incoming record. The clients shall not provide their identity explicitly by using a separate field in the input stream. Any idea if this is feasible?
Thanks a lot,
Patrick